@wally said in Tip: call a contact with one hand (secret UT key !):
doesn't sound like encouraging news about the database
For the limited goal of making search the most efficient possible, it seems not so big a problem.
Anyway, I'd say that you can't expect the search for numbers to be 100% efficient if your contact database has many incoherent formats.
@wally said in Tip: call a contact with one hand (secret UT key !):
A long press of the zero gives a plus sign.
TIL
I tried again to dial a number with a '+' and this time it worked, I must have done it wrong the first time. Basically it seems that for international numbers, + and 2 digits seems the most used format. Using the database could have some utility because international code numbers don't change often and the ones having 3 digits will have a vanishingly small number having changed to 2 digits or the reverse. The database is not well maintained for numbering out of the country but there are very few countries where it's not just '00'.
@wally said in Tip: call a contact with one hand (secret UT key !):
why, when set to either Canadian language, the tel_dom_fmt. Do you have any sense of what might be affected by this field?
I'd say that the only thing depending on the 'language' selection (quoted because the change is both of the language and the country code) is the country code. It seems to me to be the only thing used in the code that is not hard coded.
If I understand correctly the dialer app code, the choice between number matching and 'T9' matching depends on the first digit (0 or 1 --> number matching, other == T9 match, this algorithm could be inappropriate for some countries.
France's code (33) has 2 digits, and if your database include entries that include country codes having 2 digits following a '+', they will be in the blessed path. To understand better it would help to have a dump of a few numbers of your contacts working or not depending on the country code. Feel free to replace the 5 (or so) last digits by '99999' or '00000' for privacy since they don't matter much in the matching anyway.