Myslím, že v tomto případě nemusíte používat $and
operátor. Zkuste toto:
$search = "Amazon";
$cursor = $collection->find(array(
'orgname' =>new MongoRegex("/.$search./"),
'enabled' => 1)
);
Myslím, že v tomto případě nemusíte používat $and
operátor. Zkuste toto:
$search = "Amazon";
$cursor = $collection->find(array(
'orgname' =>new MongoRegex("/.$search./"),
'enabled' => 1)
);