[email protected] 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 [email protected] ---
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
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to