Patrick Ohly changed bug 66770
What Removed Added
Status NEEDINFO RESOLVED
Resolution --- FIXED

Comment # 1 on bug 66770 from
Resolved with the following commit, included in the 1.3.99.6 pre-release from
November:

commit 1043dbf9eb26fc538fb41cc7e21bc20ceaa8b25f
Author: Patrick Ohly <patrick.ohly@intel.com>
Date:   Tue Oct 1 09:25:45 2013 +0200

    PIM: accent-insensitive and transliterated search (FDO #56524)

    Accent-insensitive search ignores accents, using the same code as in
    EDS.  Transliterated search ignores foreign scripts by transliterating
    search term and contact properties to Latin first. That one is using
    ICU directly in the same way as EDS, but doesn't use the EDS
    ETransliterator class to avoid extra string copying.

    This commit changes the default behavior such that searching is by
    default most permissive (case- and accent-insensitive, does
    transliteration).  Flags exist to restore more restrictive matching.


You are receiving this mail because: