GNOME Bugzilla – Bug 764570
substring searches not working
Last modified: 2017-09-13 12:03:43 UTC
Created attachment 325300 [details] substring 'office' searched in nautilus to show libreoffice-writer.txt say I want to launch libreoffice-writer, typeing libre or wri will get me the libreoffice writer, but not "riter" or "office" which is really not good substring search. nautilus search does this right, make a text file named "libreoffice writer" and using nautilus if we search for riter or office, the search result shows it. Please update the substring behavior for better ease of use. Thanks.
Created attachment 325301 [details] w t r letters also get libreoffice-writer which is true substring searching
Application search is implemented in GIO, reassigning.
g_desktop_app_info_search currently does a prefix match.
There's also a bug open for using fuzzy matching: bug 764417.
Let’s mark this as a duplicate of #764417 then. *** This bug has been marked as a duplicate of bug 764417 ***