-
Notifications
You must be signed in to change notification settings - Fork 5
Operators
Krzysztof Słysz edited this page Dec 8, 2021
·
4 revisions
These are completed list of operators you can use to create rules.
- and
- or
- ! - not
- < - less than
- > - greater than
- <= - less than or equal to
- >= - greater than or equal to
- == - equal
- <> or != - not equal
- in
- !in
Pattern matching operators (see)
- like - Like pattern
- !like - Does not like pattern
- similar - Similar to regular expression
- !similar - Does not similar to regular expression
- ~ - Matches regular expression, case sensitive
- ~* - Matches regular expression, case insensitive
- !~ - Does not match regular expression, case sensitive
- !~* - Does not match regular expression, case insensitive
Wiki
Work in the project
- Navigation
- Searching
- Filtering
- Create/modify/remove data
- Data reservation
- Data details
- Data history
- Tasks execution
- Data export
Project settings
Management
API