Available filters
Key Operators:
The Fluent Filterable feature supports a wide range of operators, allowing you to perform complex queries effortlessly:
__eq_
: Equal__eqc_
: Equal (case-sensitive)__ne_
: Not equal__lt_
: Less than__lte_
: Less than or equal to__gt_
: Greater than__gte_
: Greater than or equal to__in_
: Included in an array__notIn_
: Not included in an array__contains_
: Contains__notContains_
: Does not contain__containsc_
: Contains (case-sensitive)__notContainsc_
: Does not contain (case-sensitive)__null_
: Is null__notNull_
: Is not null__between_
: Is between__notBetween_
: Is not between__startsWith_
: Starts with__startsWithc_
: Starts with (case-sensitive)__endsWith_
: Ends with__endsWithc_
: Ends with (case-sensitive)__or_
: Joins the filters in an "or" expression__and_
: Joins the filters in an "and" expression
Last updated
Was this helpful?