pkiraly / qa-catalogue-web

QA Catalogue / A data quality dashboard for MARC catalogues
GNU General Public License v3.0
10 stars 6 forks source link

Adding advanced search form #2

Open pkiraly opened 4 years ago

nichtich commented 1 year ago

Requires human-readable description of Solr fields (could be generated automatically, see related https://github.com/pkiraly/qa-catalogue/issues/266)

pkiraly commented 12 months ago

I have created the first commit. Until it will be ready, this feature will be hidden, unless you add the undocumented configuration property showAdvancedSearchForm to true.

nichtich commented 3 months ago

Sorry, I can only test partially because my local Solr setup is broken and Docker image does not use the current version (requires https://github.com/pkiraly/qa-catalogue/issues/437#issuecomment-2071690729 so mixing backend, frontend, and solr images will be easier).

It looks like there is a typeahead in Terms tab, the same code and functionality should be used in the search form. And there should be a the sign = between field and value input form. For some fields this can later be changed to allow other operators as well.