ms-dlx: fall back to BasicSearch
commitf4a60ec1b5b4f28faefd0c68d8f0689c66c4b094
authorStefan Becker <chemobejk@gmail.com>
Sat, 13 Dec 2014 22:11:53 +0000 (14 00:11 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sat, 13 Dec 2014 22:11:53 +0000 (14 00:11 +0200)
tree322a4d99588d7ce0fa6607498a51b361ad486916
parent706cb308cc30fa49bcb7ad65294282a8c35e85a5
ms-dlx: fall back to BasicSearch

[MS-DLX] ChangeSearch functionality is extremely limited, as it only
finds exact matches.

But if the user enters only one search string we can improve the
experience by retrying with BasicSearch/BeginsWith. It will match that
one string against multiple fields. This will return more matches than
the user expects, but it is way better than no matches at all.

BasicSearch has been suggested in several threads. But IMHO the proposed
changes were all flawed compared to the implementation I have chosen
now.
src/core/sipe-buddy.c