]> git.notmuchmail.org Git - notmuch/commit
lib: use phrase search for anything not ending in '*'
authorDavid Bremner <david@tethera.net>
Sun, 30 Sep 2018 16:27:55 +0000 (13:27 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 28 Mar 2019 17:34:37 +0000 (14:34 -0300)
commitd25dcc589ce4c1a87d698c6aef1ce3e38e4a50bb
treed668d987dad7d41f91b1b1507d80fbaef4b18e50
parent168211c5632189c53415d25530b759ad3678c92c
lib: use phrase search for anything not ending in '*'

Anything that does not look like a wildcard should be safe to
quote. This should fix the problem searching for xapian keywords.
lib/regexp-fields.cc
test/T650-regexp-query.sh