-
Notifications
You must be signed in to change notification settings - Fork 26
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
ignore blank strings in numeric filters #52
Comments
When you say a "blank value" do you mean an empty string or |
html form sends empty string. I am applying |
So, does |
|
Oh, I see. Yes, I like this! What do you think about calling it |
|
I agree. Let's go with |
Hi,
I have setup a filter as:
if no status is selected in filters, blank value is passed in params. I am filtering the blank values before sending the filter params to
Filtrex.parse_params
else it responds with an error. This pattern is so common, I was wondering if it would be good idea to include this as an option in the config - something like:The text was updated successfully, but these errors were encountered: