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.