Skip to content

Commit ec4e5cf

Browse files
authored
Merge pull request #381 from wackazong/patch-3
Add test for filter in condition with strings
2 parents b7123a9 + d299df3 commit ec4e5cf

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)