Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate both in and notin the same way
This commit fixes the following error Model.search_for("id !^ (2,3)") fails with ScopedSearch::QueryNotSupported: Value '2,3' is not valid for field 'id' It does it by splitting value for both in and not in
- Loading branch information