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

search roadmap #29

Open
will-moore opened this issue Mar 13, 2023 · 0 comments
Open

search roadmap #29

will-moore opened this issue Mar 13, 2023 · 0 comments

Comments

@will-moore
Copy link
Member

will-moore commented Mar 13, 2023

There are several features provided by the searchengine that are not yet exposed in the clients:

  • Complex queries: The code is largely in place for building complex queries, combining AND and OR clauses into a larger form.
  • Search by Description: We can search by description, but probably need to re-annotate to avoid duplication of other Key-value pairs in Descriptions
  • Search by Any key (in progress): User won't need to pick a Key. Can be combined in more complex queries.

Other improvements to discuss...

  • Consider never filtering auto-complete options by the current key? The user may not be aware that this is currently happening, particularly if they haven't chosen the Key (auto-chosen by auto-complete). Done at Sort autocomplete by Key instead of filter by Key #31
  • Improve search results - e.g. If I search for "pax", can we show what matches, e.g. "pax6", "pax7". The search for Images (when you expand a Study) returns key/values on the image, so we could highlight what matches. But, this wouldn't be possible when only showing Studies - also could get tricky when we do complex searches.

cc @khaledk2 @francesw @jburel

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