Re: Improving partial lookup results
Olly Betts <[email protected]>
| Newsgroups | gmane.comp.search.xapian.general |
|---|---|
| Message-ID | <[email protected]> |
Incidentally, if you're actually aiming to match different forms of a
name (Peter vs Pete, Ann vs Anne vs Annette) then you might find the
synonym feature a better option than wildcarding.
You'd need to give it a list of names to treat as synonyms, but it
should have many fewer false positives, and can also handle cases
which aren't just a substring - e.g. Robert vs Rob vs Bob vs Bobby, or
look entirely different: e.g. Terence vs Terrence vs Spike or
Margaret vs Peggy vs Daisy.
Cheers,
Olly