Skip to content
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

Open
liowalter opened this issue Jan 28, 2019 · 1 comment
Open

Problem with Case Change in phrase search (CodeIgniter) #682

liowalter opened this issue Jan 28, 2019 · 1 comment
Labels
improveSearchQuality compare https://github.com/swissbib/searchconf/issues?q=is%3Aissue+is%3Aopen+label%3AimproveSearchQu wishful

Comments

@liowalter
Copy link
Member

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 :

  • autoGeneratePhraseQueries=true on the text_untreated field type

Some info here https://lucidworks.com/2017/04/18/multi-word-synonyms-solr-adds-query-time-support/

@liowalter liowalter added wishful improveSearchQuality compare https://github.com/swissbib/searchconf/issues?q=is%3Aissue+is%3Aopen+label%3AimproveSearchQu labels Jan 28, 2019
@liowalter
Copy link
Member Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
improveSearchQuality compare https://github.com/swissbib/searchconf/issues?q=is%3Aissue+is%3Aopen+label%3AimproveSearchQu wishful
Projects
None yet
Development

No branches or pull requests

1 participant