GNOME Bugzilla – Bug 707322
filter out updatable apps when reporting search results
Last modified: 2013-09-09 20:00:56 UTC
Failure to do so leads to multiple firefoxes showing up when searching for 'fire'.
I think this relates somewhat to bug 707689 - we do need information about multiple versions of each app, but it has to be clearly tied to the app, so it does not appear as multiple items in the list.
commit ecefa825d36e39b8c314b0b4e17347bcbfef8f40 Author: Richard Hughes <richard@hughsie.com> Date: Mon Sep 9 20:59:14 2013 +0100 Do not show available packages when installed results are available when searching When we search using PackageKit we do not use a INSTALLED or AVAILABLE filter as we want both kinds of search results. A side-effect of this is that we sometimes return both kind of packages of the same application if an update is available. Filter out these packages so they do not get resolved and shown in the UI. Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=707322 :100644 100644 44f4924... 1c49004... M src/plugins/gs-plugin-packagekit.c