You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After read the comments: delete document from the passed collection based upon certain criteria, and the examples of usage: $this->mongo_db->delete_all('foo', $data = array());
The functions doesn't get the second parameter (criterias), then delete_all and delete works equally?
Beside that, remove_index are doing a wrong check (empty ($ keys)) when not receive $keys but it is $name
The text was updated successfully, but these errors were encountered:
After read the comments: delete document from the passed collection based upon certain criteria, and the examples of usage: $this->mongo_db->delete_all('foo', $data = array());
The functions doesn't get the second parameter (criterias), then delete_all and delete works equally?
Beside that, remove_index are doing a wrong check (empty ($ keys)) when not receive $keys but it is $name
The text was updated successfully, but these errors were encountered: