isamplesorg / isamples_webui

Web interface to iSB and iSC APIs
https://isamplesorg.github.io/isamples_webui/
Apache License 2.0
0 stars 1 forks source link

Search by identifier doesn't work if it isn't quoted #169

Open dannymandel opened 8 months ago

dannymandel commented 8 months ago

Solr search doesn't if you include quotes in the search payload unquoted. Both ARKs and IGSNs have colons in them. If you quote an identifier, it works.

For example this works:

image

But this one doesn't:

image

Will write a separate issue for the UI not updating when no results are found.