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:[email protected]&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:[email protected]&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

Reply via email to