We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7123a9 + d299df3 commit ec4e5cfCopy full SHA for ec4e5cf
README.md
@@ -181,7 +181,7 @@ Search is implemented with the "filter" parameter. You need to specify the colum
181
- ge: greater or equal (number is higher than or equal to value)
182
- gt: greater than (number is higher than value)
183
- bt: between (number is between two comma separated values)
184
- - in: in (number is in comma separated list of values)
+ - in: in (number or string is in comma separated list of values)
185
- is: is null (field contains "NULL" value)
186
187
You can negate all filters by prepending a 'n' character, so that 'eq' becomes 'neq'.
0 commit comments