Bug 427299

Summary: Yum advanced search needed!
Product: [Fedora] Fedora Reporter: esqmo <pleasedontgocrazy>
Component: yumAssignee: Seth Vidal <skvidal>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 8CC: ffesti, james.antill, katzj, pmatilai, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-02 21:13:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description esqmo 2008-01-02 21:07:02 UTC
Description of problem:
Finding packages without knowing there names is very time consuming and slow.
For example searching for Glib returns roughly 100 entries which I then need to
troll though to find the correct package.

An an advanced search is required even a simple one that allowed you to remove
processor architectures and search only in the description or package name. Also
the ability to search for ALL terms in the search box rather than ANY terms
would be a vast improvement.

Comment 1 Seth Vidal 2008-01-02 21:13:50 UTC
what version of yum are you using? and have you used 'yum search'?

yum search foo bar baz

will first return all packages having foo, bar AND baz in any of: summary,
description or name fields.

then it returns packages having any two
then it returns packages having any one

so if you want the BEST responses then you could do something like:
yum search foo bar baz | head -10