swissbib / vufind

A library resource discovery portal designed and developed for libraries by libraries
GNU General Public License v2.0
12 stars 7 forks source link

wildcards searches and hyphens #709

Open liowalter opened 5 years ago

liowalter commented 5 years ago

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=1 in the WDGF filter.

Or catenateWords=1 at query time as well.

But this is still unclear to me why this happens.