Filtering & Search¶
List endpoints accept a filter query parameter using a small expression
language.
Basic filters¶
Supported operators: =, !=, >, >=, <, <=.
Combining filters¶
Join multiple conditions with and / or, and group with parentheses:
Full-text search¶
For free-text queries across record fields, use the dedicated
Search endpoint instead of filter:
Filter vs. search
filter matches exact field comparisons and is fast on indexed
fields. search does fuzzy full-text matching and is better for
user-facing search boxes.
Indexing fields for filtering¶
Only indexed fields can be used in filter. Add an index in
nimbus.yml: