[Xfce-bugs] review requested: [Bug 10393] Fuzzy search matching : [Attachment 6900] Fuzzy search implementation
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sat Nov 12 03:30:15 CET 2016
neverscaired at gmail.com has asked for review:
Bug 10393: Fuzzy search matching
https://bugzilla.xfce.org/show_bug.cgi?id=10393
Attachment 6900: Fuzzy search implementation
https://bugzilla.xfce.org/attachment.cgi?id=6900&action=edit
--- Comment #2 from neverscaired at gmail.com ---
Created attachment 6900
--> https://bugzilla.xfce.org/attachment.cgi?id=6900&action=edit
Fuzzy search implementation
I've implemented fuzzy search. This patch makes filtering of results more
convenient for user.
Input string is splited into two parts ("command_part" and "param_part")
General points:
- lowercase input makes search case-insensitive
- any UPPERCASE letter in "param_part" makes search case-sensitive
Usage: place patch in root of source code and run
$ patch -s -p1 < fuzzi_search.patch
More information about the Xfce-bugs
mailing list