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

Display q fq solr params on export #191

Closed hyunssong closed 4 months ago

hyunssong commented 4 months ago

Expose q and fq solr query param values (https://github.com/isamplesorg/solr-faceted-search-react/pull/28 contains the work that extracts the q and fq solr query parameter values and concatenates it in the solrQuery). Multiple q and fq query param values are concatenated as a single string and displayed when clicking the export csv button.