This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
Problem with Case Change in phrase search (CodeIgniter) #682
Labels
improveSearchQuality
compare https://github.com/swissbib/searchconf/issues?q=is%3Aissue+is%3Aopen+label%3AimproveSearchQu
wishful
A change in case (majuscule/minuscule) in the middle of a word yields different results :
https://develop.swissbib.ch/Search/Results?lookfor=%22codeigniter+1.7%22&type=AllFields&limit=20
https://develop.swissbib.ch/Search/Results?lookfor=%22codeIgniter+1.7%22&type=AllFields&limit=20
VuFind has the same problem
https://vufind.org/demo/Search/Results?lookfor=%22codeigniter+1.7%22&type=AllFields&limit=20
https://vufind.org/demo/Search/Results?lookfor=%22codeIgniter+1.7%22&type=AllFields&limit=20
With SOLR 7, it is probably possible to solve this with :
Some info here https://lucidworks.com/2017/04/18/multi-word-synonyms-solr-adds-query-time-support/
The text was updated successfully, but these errors were encountered: