Hello,

I'm trying to search contacts in addressbook with the 1.5 API :

c = managedQuery(People.CONTENT_URI, new String[] { People._ID,
People.NAME }, People.NAME+" LIKE ?", new String[] { "%"+filter+"%" },
People.DEFAULT_SORT_ORDER);

Where filter is a String.

When I search for "fred" I find :

Frederic A

When I search for "fréd" I find :

Frédéric B

How can I make my search to find with "fred" :

Frederic A
Frédéric B

Just like typing in the Contacts app.

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to