Skip to content

Commit d299df3

Browse files
authored
Add test for filter in condition with strings
in seems to work with strings as well
1 parent b7123a9 commit d299df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Search is implemented with the "filter" parameter. You need to specify the colum
181181
- ge: greater or equal (number is higher than or equal to value)
182182
- gt: greater than (number is higher than value)
183183
- 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)
185185
- is: is null (field contains "NULL" value)
186186

187187
You can negate all filters by prepending a 'n' character, so that 'eq' becomes 'neq'.

0 commit comments

Comments
 (0)