61 lines
467 B
Markdown
61 lines
467 B
Markdown
---
|
|
toc: menu
|
|
---
|
|
|
|
# Operators <Badge>待完善</Badge>
|
|
|
|
## string
|
|
|
|
- eq
|
|
- ne
|
|
- includes
|
|
- notInclude
|
|
- empty
|
|
- notEmpty
|
|
|
|
## number
|
|
|
|
- eq
|
|
- ne
|
|
- gt
|
|
- gte
|
|
- lt
|
|
- lte
|
|
- between
|
|
- empty
|
|
- notEmpty
|
|
|
|
## select
|
|
|
|
- eq
|
|
- ne
|
|
- in
|
|
- notIn
|
|
- empty
|
|
- notEmpty
|
|
|
|
## multipleSelect
|
|
|
|
- match
|
|
- notMatch
|
|
- anyOf
|
|
- noneOf
|
|
- empty
|
|
- notEmpty
|
|
|
|
## date
|
|
|
|
- dateOn
|
|
- dateNotOn
|
|
- dateBefore
|
|
- dateAfter
|
|
- dateNotBefore
|
|
- dateNotAfter
|
|
- empty
|
|
- notEmpty
|
|
|
|
## association
|
|
|
|
- exists
|
|
- notExists
|