FilterOperator

deprecated It is not part of JSON API and is not supported in when array of keys is passed

Index

Enumeration members

Enumeration members

EQUALS

EQUALS: = "EQ"

Defined in jsonApi.interface.ts:146

GREATER

GREATER: = "GT"

Defined in jsonApi.interface.ts:149

GREATER_OR_EQUAL

GREATER_OR_EQUAL: = "GE"

Defined in jsonApi.interface.ts:151

LIKE

LIKE: = "LIKE"

Defined in jsonApi.interface.ts:148

LOWER

LOWER: = "LT"

Defined in jsonApi.interface.ts:150

LOWER_OR_EQUAL

LOWER_OR_EQUAL: = "LE"

Defined in jsonApi.interface.ts:152

NOT_EQUALS

NOT_EQUALS: = "NEQ"

Defined in jsonApi.interface.ts:147

Last updated