]> git.notmuchmail.org Git - notmuch/commit
lib/parse-sexp: handle unprefixed terms.
authorDavid Bremner <david@tethera.net>
Tue, 24 Aug 2021 15:17:26 +0000 (08:17 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 5 Sep 2021 00:07:19 +0000 (17:07 -0700)
commitbafc307190f694bb3c9dd6dee8af1bae49225529
treef73397cc74fa46a662ecab4c5037fb3f48ed6139
parent0ca4ad2670b22e975a018f9f662ea3a762840583
lib/parse-sexp: handle unprefixed terms.

This is equivalent to adding the same field name "" for multiple
prefixes in the Xapian query parser, but we have to explicitely
construct the resulting query.
lib/parse-sexp.cc
test/T081-sexpr-search.sh