]> git.cworth.org Git - notmuch/commitdiff
lib: do not phrase parse prefixed bracketed subexpressions
authorDavid Bremner <david@tethera.net>
Fri, 25 Feb 2022 02:41:03 +0000 (22:41 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 19 Mar 2022 10:27:29 +0000 (07:27 -0300)
Since Xapian does not preserve quotes when passing the subquery to a
field processor, we have to make a guess as to what the user
intended. Here the added assumption is that a string surrounded by
parens is not intended to be a phrase.


No differences found