NCEAS / metacatui

MetacatUI: A client-side web interface for DataONE data repositories
https://nceas.github.io/metacatui
Apache License 2.0
42 stars 27 forks source link

improve searching for identifiers #455

Closed mbjones closed 6 years ago

mbjones commented 6 years ago

Ensure that identifiers can be found by typing all or part of the identifier in both the general search box and the identifier search. Substring matches should work in both.

This feature is needed by ESS-DIVE, and would be useful for Arctic Data Center and DataONE.

This likely involves an indexing change on Metacat as well.

amoeba commented 6 years ago

This is great to see! I wasn't sure how much uptake I'd have on this but @mpsaloha requested this privately to me the other week and I was going to bring it up on a dev call soon.

mbjones commented 6 years ago

We also just found out that the SID is not searched in these text boxes either. So please ensure that both the PID and SID are indexed and searchable in both locations.

laurenwalker commented 6 years ago

Related to #639