[ scummvm-Feature Requests-2811100 ] GUI: Multi-word support for quick search field
SourceForge.net
noreply at sourceforge.net
Tue Jun 23 23:01:05 CEST 2009
Feature Requests item #2811100, was opened at 2009-06-23 23:01
Message generated for change (Tracker Item Submitted) made by fingolfin
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=2811100&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: GUI
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Max Horn (fingolfin)
Assigned to: Eugene Sandulenko (sev)
Summary: GUI: Multi-word support for quick search field
Initial Comment:
We recently got an iTunes-like quick search field in the launcher. Great.
Here's a way how it could be improved some more: Currently, we list all games that contain the search string as a substring. So if I enter "mon ami" it lists nothing for me. I propose that instead we tokenize the entered string (split it at every space; treat multiple spaces as a single on). Then, list all games that contain each of the tokens as a substring. In my example, that might include "Monkey Island (Amiga)".
It should be fairly straightforward to implement this. I was about to do it myself, but then decided that I cannot afford to spend my time on that right now :/.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=2811100&group_id=37116
More information about the Scummvm-tracker
mailing list