Displaying 3 results from an estimated 3 matches for "uax29urlemailtokenizer".
2020 Nov 02
2
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) [proposed patch]
...ting"
42d73837f133a05fad4d0000f8839f03 1
813ef60e984f1b5f5fc200005439fba4 293
doveadm search -u testuser at example.com body "t?sting"
ba899d0cfe33a05fbe4d0000f8839f03 1
813ef60e984f1b5f5fc200005439fba4 293
appears to work.
next, to get tokenization -- at least email/url (UAX29URLEmailTokenizer) -- and lowercase & icu normalization working and verified.
2020 Nov 02
0
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) [proposed patch]
...e984f1b5f5fc200005439fba4 293
>
> ????doveadm search -u testuser at example.com body "t?sting"
> ??????? ba899d0cfe33a05fbe4d0000f8839f03 1
> ??????? 813ef60e984f1b5f5fc200005439fba4 293
>
> appears to work.
>
> next, to get tokenization -- at least email/url
> (UAX29URLEmailTokenizer) -- and lowercase & icu normalization working
> and verified.
>
the panic on doveadm fts lookup is to be expected and solved by my
previous patch.
I think you've now got a config very similar to mine. One last check I
did was to search for the same string with the grave accent. e.g....
2020 Nov 01
2
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) [proposed patch]
On 11/1/20 1:56 AM, John Fawcett wrote:
> At the moment I don't see other corrections needed in dovecot apart from
> command line doveadm fts which is not a show stopper. Via doveadm search
> I confirm - on my simple config - that search for accented or non
> accented characters works correctly as it does via imap connection.
thx. hopefully it'll get considered for a next