Added missing API query filter info

This commit is contained in:
Bernd Bestel
2020-12-11 19:36:29 +01:00
parent 51a95814e0
commit f07a21b00b
2 changed files with 2 additions and 1 deletions

View File

@@ -197,6 +197,7 @@
- `<field>` is a field name
- `<condition>` is a comparison operator, one of
- `=` equal
- `!=` not equal
- `~` LIKE
- `<` less
- `>` greater