ソースを参照

Merge pull request #381 from wackazong/patch-3

Add test for filter in condition with strings
Maurits van der Schee 7年前
コミット
ec4e5cf353
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      README.md

+ 1
- 1
README.md ファイルの表示

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

読み込み中…
キャンセル
保存