[Bug 863930] New: yast2 incorrectly gives no results
https://bugzilla.novell.com/show_bug.cgi?id=863930 https://bugzilla.novell.com/show_bug.cgi?id=863930#c0 Summary: yast2 incorrectly gives no results Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: yast2-maintainers@suse.de ReportedBy: illumilore@gmail.com QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 My machine has a package called libvncclient0 on it. When in yast2 I do a search for "lib client0" I get no results, even thought those words are contained in a package that exists, and I have name selected. If I select regular expressions search mode instead of contains and search for "lib*client0", it still gives me no results. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863930 https://bugzilla.novell.com/show_bug.cgi?id=863930#c Josef Reidinger <jreidinger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jreidinger@suse.com AssignedTo|yast2-maintainers@suse.de |lslezak@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863930 https://bugzilla.novell.com/show_bug.cgi?id=863930#c1 Ladislav Slezak <lslezak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Ladislav Slezak <lslezak@suse.com> 2014-02-14 15:03:44 UTC --- I suppose you are talking about the Qt frontent. Yast takes the input as one word so "lib client0" is used literally as written. And that is obviously not found. And "lib*client0" is wrong regular expression, it would match e.g. "libbbbclient0" or "liclient0" - so again no match. The correct regexp is "lib.*client0", that works for me. Or you can switch to Wild Card matching and use "lib*client0" (like in shell) - that also works correctly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=863930 https://bugzilla.novell.com/show_bug.cgi?id=863930#c2 --- Comment #2 from ill lume <illumilore@gmail.com> 2014-02-15 00:45:09 UTC --- Can you explain why it would not search individually for lib and client0 terms as it should instead of interpreting the space litterally? I don't think package names can even have spaces, so it makes sense to fix it not searching of each word, like other package managers such as synaptic does. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com