-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
On the bottom of
https://github.com/jclausen/cbmongodb/wiki/2C.-Loading-and-Querying-Documents
it says
Valid operators currently include "=","!=","<",">",">=","<=","IN" and "Exists"
which should map IN to $in but I dont see that working anywhere.
ActiveEntity shows the valid operators are:
this.set_operators([
'=',
'!=',
'>=',
'<=',
'<>',
'like'
]);
Is there a way to use IN or is that a documentation error?
Metadata
Metadata
Assignees
Labels
No labels