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

Allow Key/Value Parameters in Search box #820

Open
jag3773 opened this issue Apr 26, 2018 · 0 comments
Open

Allow Key/Value Parameters in Search box #820

jag3773 opened this issue Apr 26, 2018 · 0 comments

Comments

@jag3773
Copy link
Contributor

jag3773 commented Apr 26, 2018

Story

As a user I want to use key/value searches so that find what I'm looking for.

Notes

Our search URL scheme allows for several key value pairs to be used, see #445 . However, these are not usable in the search box on the Browse page. It would really help users find and link to the content they want if they could use these key value pairs.

A similar feature is available in Github, Gmail, etc. Here is a Ruby reference implementation, https://github.com/openstax/keyword_search .

Note, the URL backend is already there, this task is to add the user facing functionality into the search box.

Example

Entering this into the search box:
screen shot 2018-04-26 at 3 04 47 pm

would load https://door43.org/en/?repo=en_ulb and keep the text in the search box.

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

No branches or pull requests

1 participant