v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)

PGNet Dev pgnet.dev at gmail.com
Mon Oct 19 20:36:16 EEST 2020


exec'ing search from Roundcube client, instead of TBird, accented-text search WORKS in both cases,

"subject = aausdfrhyétdwgyatrdf" only,

	2020-10-19 17:28:17.847 INFO  (qtp1533985074-18) [   x:dovecot] o.a.s.c.S.Request [dovecot]  webapp=/solr path=/select params={q={!lucene+q.op%3DAND}subject:aausdfrhyétdwgyatrdf+OR+subject:aausdfrhyètdwgyatrdf+OR+subject:aausdfrhyetdwgyatrdf&fl=uid,score&sort=uid+asc&fq=%2Bbox:c92f64f79f0d1ed01e6d5b314f04886c+%2Buser:testuser at example.com&rows=135790&wt=xml} hits=4 status=0 QTime=8

"body = aausdfrhyétdwgyatrdf" only

	2020-10-19 17:28:27.802 INFO  (qtp1533985074-53) [   x:dovecot] o.a.s.c.S.Request [dovecot]  webapp=/solr path=/select params={q={!lucene+q.op%3DAND}body:aausdfrhyétdwgyatrdf+OR+body:aausdfrhyètdwgyatrdf+OR+body:aausdfrhyetdwgyatrdf&fl=uid,score&sort=uid+asc&fq=%2Bbox:c92f64f79f0d1ed01e6d5b314f04886c+%2Buser:testuser at example.com&rows=135790&wt=xml} hits=4 status=0 QTime=25

note the apparent folded search for _all_ of

	aausdfrhyétdwgyatrdf
	aausdfrhyètdwgyatrdf
	aausdfrhyetdwgyatrdf

this^ is with normalization-icu _out_ of the loop, due to the apparent missing libicu lib links in pkg build



More information about the dovecot mailing list