tachybase_todo/docs/reference/operators.md
2021-11-16 11:06:17 +08:00

442 B

toc
menu

Operators

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