Application search - do not use generic names or comments

Bug #1110124 reported by Ritesh Khadgaray
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
unity-lens-applications
New
Medium
Unassigned

Bug Description

Searching for "the" shouldn't give me a list of applications. We should use the
keywords from applications' desktop files for search, not comments.

from canonical/unity-lens-applications/trunk/src/unity-package-search.cc
...
189 if (gmenu_tree_entry_get_comment (entry))
190 {
191 dum1 = unity_applications_lens_utils_preprocess_string (gmenu_tree_entry_get_comment (entry));
192 indexer->index_text (dum1, 0);
193 g_free (dum1);
194 }

Tags: scopes-s
Revision history for this message
Ritesh Khadgaray (khadgaray) wrote :

The bug is fixed with gnome-shell - https://bugzilla.gnome.org/show_bug.cgi?id=682529

Revision history for this message
Ritesh Khadgaray (khadgaray) wrote :
Changed in unity-lens-applications:
importance: Undecided → Medium
tags: added: scopes-s
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.