Closed parthaa closed 1 year ago
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
Could we get a test for this?
Updated
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