tachybase_todo/docs/reference/operators.md

61 lines
467 B
Markdown
Raw Normal View History

---
toc: menu
---
2021-11-17 18:54:32 +08:00
# Operators <Badge>待完善</Badge>
## string
2021-11-16 11:06:17 +08:00
- eq
- ne
2021-11-16 11:06:17 +08:00
- includes
- notInclude
- empty
- notEmpty
## number
2021-11-16 11:06:17 +08:00
- eq
- ne
- gt
- gte
- lt
- lte
- between
2021-11-16 11:06:17 +08:00
- empty
- notEmpty
## select
2021-11-16 11:06:17 +08:00
- eq
- ne
- in
- notIn
2021-11-16 11:06:17 +08:00
- empty
- notEmpty
## multipleSelect
2021-11-16 11:06:17 +08:00
- match
- notMatch
- anyOf
- noneOf
2021-11-16 11:06:17 +08:00
- empty
- notEmpty
## date
2021-11-16 11:06:17 +08:00
- dateOn
- dateNotOn
- dateBefore
- dateAfter
- dateNotBefore
- dateNotAfter
2021-11-16 11:06:17 +08:00
- empty
- notEmpty
## association
2021-11-16 11:06:17 +08:00
- exists
2021-11-16 11:06:17 +08:00
- notExists