]> git.cworth.org Git - notmuch/commit
configure: check for Xapian extended wildcard support
authorDavid Bremner <david@tethera.net>
Mon, 9 Mar 2026 21:31:47 +0000 (06:31 +0900)
committerDavid Bremner <david@tethera.net>
Thu, 12 Mar 2026 22:42:43 +0000 (07:42 +0900)
commit51307ef90157601ca9a1865a24503e1428bcefb3
tree0ccc6791de1f6408524d86836fc526787d8abde7
parent076d597308bef11bd0a13977c1d5516beed2ed4c
configure: check for Xapian extended wildcard support

Xapian 2.0 supports extended wildcard queries in the query parser. To
quote the NEWS file:

    WILDCARD_PATTERN_MULTI (which supports `*` wildcards anywhere in
    the term, not just at the end as previously),
    WILDCARD_PATTERN_SINGLE (which supports `?` wildcards matching a
    single character), and WILDCARD_PATTERN_GLOB which enables both of
    these.

This commit does not add any functionality, just detects if this
support is there in Xapian.
configure