Browse Source

Merge pull request #381 from wackazong/patch-3

Add test for filter in condition with strings
Maurits van der Schee 7 years ago
parent
commit
ec4e5cf353
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -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'.

Loading…
Cancel
Save