2021-10-28 22:55:51 +08:00
|
|
|
---
|
|
|
|
toc: menu
|
|
|
|
---
|
|
|
|
|
|
|
|
# Operators
|
|
|
|
|
|
|
|
## string
|
2021-11-16 11:06:17 +08:00
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
- eq
|
|
|
|
- ne
|
2021-11-16 11:06:17 +08:00
|
|
|
- includes
|
|
|
|
- notInclude
|
|
|
|
- empty
|
|
|
|
- notEmpty
|
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
## number
|
2021-11-16 11:06:17 +08:00
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
- eq
|
|
|
|
- ne
|
|
|
|
- gt
|
|
|
|
- gte
|
|
|
|
- lt
|
|
|
|
- lte
|
|
|
|
- between
|
2021-11-16 11:06:17 +08:00
|
|
|
- empty
|
|
|
|
- notEmpty
|
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
## select
|
2021-11-16 11:06:17 +08:00
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
- eq
|
|
|
|
- ne
|
|
|
|
- in
|
|
|
|
- notIn
|
2021-11-16 11:06:17 +08:00
|
|
|
- empty
|
|
|
|
- notEmpty
|
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
## multipleSelect
|
2021-11-16 11:06:17 +08:00
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
- match
|
|
|
|
- notMatch
|
|
|
|
- anyOf
|
|
|
|
- noneOf
|
2021-11-16 11:06:17 +08:00
|
|
|
- empty
|
|
|
|
- notEmpty
|
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
## date
|
2021-11-16 11:06:17 +08:00
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
- dateOn
|
|
|
|
- dateNotOn
|
|
|
|
- dateBefore
|
|
|
|
- dateAfter
|
|
|
|
- dateNotBefore
|
|
|
|
- dateNotAfter
|
2021-11-16 11:06:17 +08:00
|
|
|
- empty
|
|
|
|
- notEmpty
|
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
## association
|
2021-11-16 11:06:17 +08:00
|
|
|
|
2021-10-28 22:55:51 +08:00
|
|
|
- exists
|
2021-11-16 11:06:17 +08:00
|
|
|
- notExists
|