měli byste do textové oblasti napsat json. jako:
{
"Chat_time": {
"$gt" => "xxx",
"$lte" => "yyy"
}
}
v php
// json string to array using json_decode
$query = json_decode($_POST['txt_area'], true);
$user_code = $coll->find($query);