⚠️ Internal: This API is not publically exported by the
package.
Variable FILTER_OPERATORSConst
FILTER_OPERATORS: {
doesNotEqual: "neq";
empty: "empty";
equals: "eq";
fullTextSearch: "ftsearch";
greaterThan: "gt";
greaterThanOrEqual: "gte";
inList: "in";
lessThan: "lt";
lessThanOrEqual: "lte";
notEmpty: "notempty";
notInList: "notin";
}
Type declaration
Readonly
doesNotEqual: "neq"
Readonly
empty: "empty"
Readonly
equals: "eq"
Readonly
fullTextSearch: "ftsearch"
Readonly
greaterThan: "gt"
Readonly
greaterThanOrEqual: "gte"
Readonly
inList: "in"
Readonly
lessThan: "lt"
Readonly
lessThanOrEqual: "lte"
Readonly
notEmpty: "notempty"
Readonly
notInList: "notin"
https://docs.api.crossingminds.com/filters.html#operators-table