After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 707322 - filter out updatable apps when reporting search results
filter out updatable apps when reporting search results
Status: RESOLVED FIXED
Product: gnome-software
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
3.10
Depends on:
Blocks:
 
 
Reported: 2013-09-02 21:41 UTC by Matthias Clasen
Modified: 2013-09-09 20:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2013-09-02 21:41:31 UTC
Failure to do so leads to multiple firefoxes showing up when searching for 'fire'.
Comment 1 Matthias Clasen 2013-09-07 15:23:16 UTC
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.
Comment 2 Richard Hughes 2013-09-09 20:00:56 UTC
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