[Bug 399599] New: qt-pkg doesn't search exact correctly
https://bugzilla.novell.com/show_bug.cgi?id=399599 Summary: qt-pkg doesn't search exact correctly Product: openSUSE 11.0 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jreidinger@novell.com QAContact: jsrain@novell.com Found By: --- searching doesn't search correctly when setted exact. This is due to default option of PoolQuery is Substring and not exact. Fix can be add to line 245 of YQPkgSearchFilterView.cc this line query.setMatchExact() Also some strange result is if you try other search type and type some string which is also keywords (try xfce, kde or qt). This can be somehow handled, because if you search for packages that begins with qt, you don't expect arts in results. -- 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=399599 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |sh@novell.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=399599 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|qt-pkg doesn't search exact correctly |[Qt4-Pkg] Searching for exact match returns same | |as searching for substring -- 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=399599 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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=399599 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Minor -- 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=399599 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |#983c -- 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=399599 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399599#c1 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Markus.Elfring@web.de --- Comment #1 from Stefan Hundhammer <sh@novell.com> 2008-07-15 07:22:33 MDT --- *** Bug 408710 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=408710 -- 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=399599 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399599#c2 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aspiers@novell.com --- Comment #2 from Stefan Hundhammer <sh@novell.com> 2008-12-16 04:55:07 MST --- *** Bug 458957 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=458957 -- 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=399599 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399599#c3 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Stefan Hundhammer <sh@novell.com> 2008-12-17 09:08:03 MST --- Fix thanks to kmachalkova: Index: src/YQPkgSearchFilterView.cc =================================================================== --- src/YQPkgSearchFilterView.cc (Revision 54243) +++ src/YQPkgSearchFilterView.cc (Arbeitskopie) @@ -251,6 +251,7 @@ searchtext = "^" + searchtext; break; case ExactMatch: + query.setMatchExact(); break; case UseWildcards: query.setMatchGlob(); Fixed post-Code11 with yast2-qt-pkg-2.18.1 or later. -- 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=399599 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399599#c4 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mls@novell.com --- Comment #4 from Stefan Hundhammer <sh@novell.com> 2008-12-17 10:45:05 MST --- *** Bug 459719 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=459719 -- 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=399599 User jreidinger@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399599#c5 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bluedzins@wp.pl --- Comment #5 from Josef Reidinger <jreidinger@novell.com> 2009-03-02 04:29:13 MST --- *** Bug 480751 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=480751 -- 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=399599 User jreidinger@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399599#c6 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jnelson-suse@jamponi.net --- Comment #6 from Josef Reidinger <jreidinger@novell.com> 2009-03-02 06:29:50 MST --- *** Bug 480477 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=480477 -- 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