Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 204771

Php mongo client count query not working Mongo 4 version

$
0
0

I have upgrade MongoDB version 4 from 3. the below query is not working in the php mongo client.

db.transaction_history.count(array("transaction_type" => "post_create", 'nid' => 111111),array('nid' => 1))

the above query was working in the older version

please help me to fix this issue.


Viewing all articles
Browse latest Browse all 204771

Trending Articles