http://bugzilla.novell.com/show_bug.cgi?id=500988 User jkupec@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=500988#c1 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low CC| |jkupec@novell.com Status Whiteboard| |patches-welcome --- Comment #1 from Ján Kupec <jkupec@novell.com> 2009-05-07 06:20:51 MDT --- Yes, --match-all was never implemented since the rewrite of search in 11.x. It should not be hard, but it will be probably limited to a certain number of search terms due to combinatorial explosion when creating & using a standard Extended Regex (the old zypper search used perl regexes which allowed forward lookup for accomplishing this). Anybody wants to do this? All that's needed is to add the missing parts to PoolQuery::Impl::createRegex() in libzypp and then use PoolQuery::setRequireAll() in Zypper.cc when --match-all is specified. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.