|
@@ -181,7 +181,7 @@ Search is implemented with the "filter" parameter. You need to specify the colum
|
181
|
181
|
- ge: greater or equal (number is higher than or equal to value)
|
182
|
182
|
- gt: greater than (number is higher than value)
|
183
|
183
|
- bt: between (number is between two comma separated values)
|
184
|
|
- - in: in (number is in comma separated list of values)
|
|
184
|
+ - in: in (number or string is in comma separated list of values)
|
185
|
185
|
- is: is null (field contains "NULL" value)
|
186
|
186
|
|
187
|
187
|
You can negate all filters by prepending a 'n' character, so that 'eq' becomes 'neq'.
|