You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@afrubin mentioned a potential need to search more flexibly for terms eg: allowing:
specific searches eg: author:Rubin
boolean operators eg: author:Rubin AND NOT gene:BRCA1
The work in #89 is going to end up creating some kind of index / view to speed generic lookups as the first step, but it'd be worth considering the creation of a smarter index / service for advanced searching.
When considering the UI, advanced searches should be representable in a URL-friendly way so they can get cut and pasted as "search links". Collections #288 will still exist, but this provides a mechanism for implicit collections.
The text was updated successfully, but these errors were encountered:
@afrubin mentioned a potential need to search more flexibly for terms eg: allowing:
author:Rubin
author:Rubin AND NOT gene:BRCA1
The work in #89 is going to end up creating some kind of index / view to speed generic lookups as the first step, but it'd be worth considering the creation of a smarter index / service for advanced searching.
When considering the UI, advanced searches should be representable in a URL-friendly way so they can get cut and pasted as "search links". Collections #288 will still exist, but this provides a mechanism for implicit collections.
The text was updated successfully, but these errors were encountered: