mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 05:25:13 +00:00
50 lines
439 B
Markdown
50 lines
439 B
Markdown
|
---
|
||
|
toc: menu
|
||
|
---
|
||
|
|
||
|
# Operators
|
||
|
|
||
|
## string
|
||
|
- includes
|
||
|
- notIncludes
|
||
|
- eq
|
||
|
- ne
|
||
|
- null
|
||
|
- notNull
|
||
|
## number
|
||
|
- eq
|
||
|
- ne
|
||
|
- gt
|
||
|
- gte
|
||
|
- lt
|
||
|
- lte
|
||
|
- between
|
||
|
- null
|
||
|
- notNull
|
||
|
## select
|
||
|
- eq
|
||
|
- ne
|
||
|
- in
|
||
|
- notIn
|
||
|
- null
|
||
|
- notNull
|
||
|
## multipleSelect
|
||
|
- match
|
||
|
- notMatch
|
||
|
- anyOf
|
||
|
- noneOf
|
||
|
- null
|
||
|
- notNull
|
||
|
## date
|
||
|
- dateOn
|
||
|
- dateNotOn
|
||
|
- dateBefore
|
||
|
- dateAfter
|
||
|
- dateNotBefore
|
||
|
- dateNotAfter
|
||
|
- null
|
||
|
- notNull
|
||
|
## association
|
||
|
- fieldName.$name
|
||
|
- exists
|
||
|
- notExists
|