nocobase/docs/api/operators.md
chenos ca7af9c8cc
feat: new version of the documentation (#95)
* feat: new version of the documentation

* feat: add English catalog translation

* Update quickstart.md

* Update quickstart.zh-CN.md

* Update quickstart.zh-CN.md

* Update quickstart.zh-CN.md

* Update quickstart.zh-CN.md

* feat: update quickstart

* update doc

* update pepository api doc

Co-authored-by: ChengLei Shao <chareice@live.com>
2021-10-28 22:55:51 +08:00

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