QueryOperator
Index
Enumeration Members
$contained
Array/JSON contained-by operator (PostgreSQL only).
$contains
Array/JSON contains operator (PostgreSQL only).
$elemMatch
Matches an element inside a JSON array (SQL only).
$eq
Equal.
$every
Every element in the collection matches (SQL only).
$exists
Checks that the value is not null (i.e., exists).
$fulltext
Full-text search.
$gt
Greater than.
$gte
Greater than or equal to.
$hasKey
JSON object has the given key (PostgreSQL only).
$hasKeys
JSON object has all of the given keys (PostgreSQL only).
$hasSomeKeys
JSON object has at least one of the given keys (PostgreSQL only).
$ilike
Case-insensitive LIKE (PostgreSQL only).
$in
Included in the given list.
$like
SQL LIKE pattern matching.
$lt
Less than.
$lte
Less than or equal to.
$ne
Not equal.
$nin
Not included in the given list.
$none
No element in the collection matches (SQL only).
$not
Negation wrapper.
$overlap
Array overlap operator (PostgreSQL only).
$re
Regular expression matching.
$size
Matches collections by their size (SQL only).
$some
At least one element in the collection matches (SQL only).
Comparison and filtering operators used in query conditions.