Partial words on notmuch search?
David Bremner
david at tethera.net
Mon Jan 16 14:26:21 PST 2012
On Mon, 16 Jan 2012 22:21:03 +0200, Andrei Popescu <andreimpopescu at gmail.com> wrot>
> $ notmuch count 'Debian'
> 65888
> $ notmuch count '*ebian'
> 3
> $ notmuch count '?ebian'
> 3
> $ notmuch count 'ebian'
> 3
> $ notmuch count '0ebian'
You have to delve into the mysteries of xapian query parsing
unfortunately.
The short answer is that "*" only works at the end of a word.
More information about the notmuch
mailing list