[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: 'quote-insensitive' search



At 08:02 AM 12/1/2003, Rafa wrote:
>Is there any way to make 'enhanced searches' that allows not only ignore case, but also quoted characters as vocals, so I can find names that include á, é, ü, etc.?

Sounds like (a form of) approximate matching to me...

>For example, find 'López' searching (sn=lopez).

You can list multiple SNs for the user:
        sn: López
        sn: Lopez

possibly using language tags:
        sn: López
        sn;lang-en: Lopez

(sn=lopez) will match both.  (See Hallvard's suggestion for
how to hide subtypes.)

Kurt