iodepo / oih-ui

source code for the Ocean InfoHub (OIH) website
https://oceaninfohub.org/
MIT License
5 stars 4 forks source link

SOLR should be not be case sensitive in the search #124

Open emarzini opened 4 months ago

emarzini commented 4 months ago

@jmckenna we encountered this problem developing the advanced search.

If the user wants to filter by Provider = AcquaDocs we will have the right results, but it's not so often that the user be careful about the case of a search word. Usually find a set of result using Provider = acquadocs (that doesn't return any results)

Is it a settings on SOLR that you can manage?