You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2021. It is now read-only.
There is a problem with wildcard searches which contains also hyphens :
This is the same with vufind core
The query is correctly sent to solr, but solr cannot process it correctly
Currently, during indexing grand-père yields 3 tokens : "grandpere", "grand", "pere".
One possible solution might be to use
preserveOriginal=1in the WDGF filter.Or
catenateWords=1at query time as well.But this is still unclear to me why this happens.