Skip to content
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

Fix ordering of FilterView.find_param for :select #271

Conversation

thedelchop
Copy link
Contributor

Since the order of the options passed in to the function decide which
value is default, and the "string" input field defaults to "contains",
then the order of the ~w(equals contains) options passed into
do_find_param needs to be switched to ~w(contains equals).

Alternatively, if the switch to ~w(equals contains) was intentional,
the vale passed into do_find_param for :string should be equals
instead of contains.

Fixes issue #270

Since the order of the options passed in to the function decide which
value is default, and the "string" input field defaults to "contains",
then the order of the `~w(equals contains)` options passed into
`do_find_param` needs to be switched to `~w(contains equals)`.

Alternatively, if the switch to `~w(equals contains)` was intentional,
the vale passed into `do_find_param` for `:string` should be `equals`
instead of `contains`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants