Revision c37f8d7...

Go back to digest for 27th January 2013

Features in KDE-PIM

Till Adam committed changes in [kdepimlibs/KDE/4.10] akonadi/contact/contactsearchjob.cpp:

Use a faster contains expression for "start of word" matches.

For the special case of address completion, we are really only
interested in matching at the start of various parts of the name, first
name, email, etc. So for that case, use bif:contains('foo*') rather than
the much more expensive regexp match. Speeds up addressee completion
something fierce for a minor loss in functionality, namely arbitrary
substring matching.

File Changes

Modified 1 files
  • akonadi/contact/contactsearchjob.cpp
1 files changed in total