]> Sergey Matveev's repositories - public-inbox.git/commitdiff
altid: warn about non-word prefixes
authorEric Wong <e@yhbt.net>
Sat, 21 Mar 2020 02:03:53 +0000 (02:03 +0000)
committerEric Wong <e@yhbt.net>
Wed, 25 Mar 2020 01:48:35 +0000 (01:48 +0000)
We only support searching on prefixes matching /\A\w+\z/ because
Xapian requires ':' to delimit the prefix and splits on spaces
without quotes.

I've also verified Xapian supports multibyte UTF-8 characters,
underscores, and bare numbers as search prefixes, so there's
no need to restrict it beyond what Perl's UTF-8 aware \w
character class offers.


No differences found