tachybase_todo/docs/reference/operators.md
2021-11-17 18:54:32 +08:00

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