Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
6.4.1
-
None
-
None
-
None
-
solr-6.4.1 (yes, solr, but I don't know where the bug exactly is)
-
New
Description
I modified generic *_txt-Field type to use AsciiFoldingFilterFactory on query & index.
When quering with
{!complexphrase}text_txt:"König*" – there are 0 results
{!complexphrase}text_txt:"Konig*" – there are >0 results
{!complexphrase}text_txt:"König" – there are >0 results (but less than the line above)
and without {!complexphrase} everything works o.k.
Attachments
Issue Links
- is duplicated by
-
SOLR-11450 ComplexPhraseQParserPlugin not running charfilter for some multiterm queries in 6.x
- Open