Skip to content
On this page

This is an auto-generated document to support extension builders understand the internal packages they can utilize. To find our written guides, tutorials, and API/SDK reference, check out our main docs .

Directus / @directus/types / FieldFilterOperator

Type alias: FieldFilterOperator

FieldFilterOperator: Object

Type declaration

_between?

optional _between: (string | number)[]

_contains?

optional _contains: string

_empty?

optional _empty: boolean

_ends_with?

optional _ends_with: string

_eq?

optional _eq: string | number | boolean

_gt?

optional _gt: string | number

_gte?

optional _gte: string | number

_icontains?

optional _icontains: string

_iends_with?

optional _iends_with: string

_in?

optional _in: (string | number)[]

_intersects?

optional _intersects: string

_intersects_bbox?

optional _intersects_bbox: string

_istarts_with?

optional _istarts_with: string

_lt?

optional _lt: string | number

_lte?

optional _lte: string | number

_nbetween?

optional _nbetween: (string | number)[]

_ncontains?

optional _ncontains: string

_nempty?

optional _nempty: boolean

_nends_with?

optional _nends_with: string

_neq?

optional _neq: string | number | boolean

_niends_with?

optional _niends_with: string

_nin?

optional _nin: (string | number)[]

_nintersects?

optional _nintersects: string

_nintersects_bbox?

optional _nintersects_bbox: string

_nistarts_with?

optional _nistarts_with: string

_nnull?

optional _nnull: boolean

_nstarts_with?

optional _nstarts_with: string

_null?

optional _null: boolean

_starts_with?

optional _starts_with: string

Source

filter.ts:46