-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Or instead of And with multiple search filters #3440
Comments
The open rails_admin/lib/rails_admin/adapters/active_record.rb Lines 130 to 140 in c7f907c
Does this help address what you're looking for? |
@codealchemy Thank you for your answer. I'm concerning about how to join filters and not the search box. Here is an example of input that will use AND I think OR would be more appropriate in this case. It's impossible to a field to be exactly two different things. I have opened #3442 about that. |
Has this functionality been added? Double checking before I write my own methods. |
How is it possible to search in a rails admin list with "OR" multiple filters ?
It possible to add conditions but only with "AND".
The text was updated successfully, but these errors were encountered: