Skip to content

IN not supported in where? #25

@sdwebguy

Description

@sdwebguy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions