Skip to content

Commit d29e6bc

Browse files
committed
Update README
1 parent 94ade8a commit d29e6bc

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
@@ -215,7 +215,7 @@ end
215215

216216
`cond` can be :
217217

218-
* `:like`, `:start_with`, `:end_with`, `:string_eq` for string or full text search
218+
* `:like`, `:start_with`, `:end_with`, `:string_eq`, `:string_in` for string or full text search
219219
* `:eq`, `:not_eq`, `:lt`, `:gt`, `:lteq`, `:gteq`, `:in` for numeric
220220
* `:date_range` for date range (only for Rails > 4.2.x, see [here](#daterange-search))
221221
* `:null_value` for nil field

0 commit comments

Comments
 (0)