search for: flag_fuzzi

Displaying 3 results from an estimated 3 matches for "flag_fuzzi".

Did you mean: flag_fuzzy
2023 Dec 04
1
Advanced search with wildcard using notmuch for mutt
Olly Betts <olly at survex.com> writes: > The development version of Xapian supports both `*` and `?` glob-style > wildcards in any position. > > You can enable them for the QueryParser using FLAG_WILDCARD_MULTI, > FLAG_WILDCARD_SINGLE or FLAG_WILDCARD_GLOB (the last one is just the > first two combined). I see FLAG_FUZZY as well, supporting edit distance. Sounds like
2023 Dec 06
1
Advanced search with wildcard using notmuch for mutt
i like to know how do we use 'FLAG_FUZZY' if one need to use 'quest' to do the search query. -- Best regards, io On Mon, Dec 04, 2023 at 05:10:57PM -0400, David Bremner wrote: > Olly Betts <olly at survex.com> writes: > > > The development version of Xapian supports both `*` and `?` glob-style > > wildcards in any position. > > > > You can
2023 Dec 04
1
Advanced search with wildcard using notmuch for mutt
On Mon, Dec 04, 2023 at 06:39:43AM -0500, David Bremner wrote: > I guess the restriction is based on what is easy to do efficiently with > the Xapian database (find prefixes). If I remember correctly there was > some work in progress to support leading wildcards in Xapian. I can't > find relevant discussion now, but I CC'ed the Xapian list in case > someone remembers that.