View Single Post
kif's Avatar
Posts: 60 | Thanked: 40 times | Joined on May 2010 @ Skovballe, Denmark
#10
Hi

I have tested with QContactManager::contactIds(...) with different combinations of match flags, but my problem remains

Basically my problem boils down to the following :

I am looking for the contact with phone number +45 123 456 but in the contact the number is 123 456.

Ideally the match flag QContactFilter::MatchPhoneNumber should be able to find the contact (at least as I read the description) :

The search term is considered to be in the form of a phone number, and special processing (removing dialing prefixes, non significant characters like '-'. ')' etc). may be performed when matching the item.
but in my tests it does not find the contact

int_ua : I haven't tried with extended-contacts-search but probably will.

Kim