timlau / yumex-dnf-old

Next Generation of Yum Extender using DNF as backend
GNU General Public License v2.0
61 stars 17 forks source link

Feature suggestion - Improved Search #91

Closed careca1970 closed 8 years ago

careca1970 commented 8 years ago

First of all. Thanks for the good work! I can remember, I was able to get better results for my searches under old YUMEX...

Why YUMEX-DNF does not search for keywords from other fields than just the package-name? Why not include other fields as Package-descriptions, Summary, etc.?

Maybe even include regular expressions additionally to wildcards...

timlau commented 8 years ago

Just select fields in search options and it will search in the fields you select. there is 3 search types for performance reasons and the dnf API for searching is diffent than the yum API was, so I have made 2 kind of package name search and one for user defined fields. try the version of yumex in the Fedora COPR repo (timlau\yumex-dnf) it is more intuitive (I Hope)

careca1970 commented 8 years ago

Problem of modern UI design is that the user must TRY clicking everywhere to find out WHAT is possible, and maybe, thou NOT... Meanwhile I had DISCOVERED how to use search here... Many thanks!