When I am looking ie for Ondřej I just can't write ondr and see the name still be on the filtered list, altho it would be really much easier for me not to have switch the layouts back and forth just to find the person. Reproducible: Always
The same applies for the contact runner. I tried to fix this some time ago, but gave up as I was not able to come up with a reliable implementation. The solution involves translitering the UTF-8 name to ASCII, which can be slow (which is a problem especially in KRunner) and it was not 100% reliable.
Git commit 81dda2971bc11442adb0659f93244270c88f8e5a by Dan Vrátil. Committed on 18/05/2013 at 21:23. Pushed by dvratil into branch 'master'. Perform foreign-character-insensitive matching with Qt::CaseInsensitive FIXED-IN: 0.7.0 Reviewed-By: DAVID EDMUNDSON M +16 -1 KTp/Models/contacts-filter-model.cpp M +1 -1 KTp/Models/contacts-filter-model.h http://commits.kde.org/telepathy-common-internals/81dda2971bc11442adb0659f93244270c88f8e5a
Git commit 9444777cb71966d4f833a81089ba74611c3515f7 by Dan Vrátil. Committed on 18/05/2013 at 21:33. Pushed by dvratil into branch 'master'. Perform foreign-character-insensitive match when matching contacts names M +13 -3 src/contactrunner.cpp http://commits.kde.org/ktp-contact-runner/9444777cb71966d4f833a81089ba74611c3515f7