We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow user to filter by Ruby or Rust, same for licenses, keywords and platforms
Ruby
Rust
The text was updated successfully, but these errors were encountered:
Been taking a look at this as part of #1366 but stumped. Looks like:
https://github.com/librariesio/libraries.io/blob/search/app/views/search/_term.html.erb#L7 should add term['key'] to an array rather than an individual key and https://github.com/librariesio/libraries.io/blob/search/app/views/search/_term.html.erb#L5 needs to remove term['key'].
term['key']
I've added a clear method should this be implemented in 839b571
Interestingly if you try to craft a URL for this this the new key is added to the filters but ignored.
Sorry, something went wrong.
Add multiple filter select
93856f4
Closes #542
No branches or pull requests
Allow user to filter by
Ruby
orRust
, same for licenses, keywords and platformsThe text was updated successfully, but these errors were encountered: