From 5e7a73ea20cd565985c1ba1030bd9baed2346fcb Mon Sep 17 00:00:00 2001 From: Hao Li Date: Thu, 16 May 2013 01:37:17 -0400 Subject: [PATCH] setMode as Substring() to support fuzzy match and fix TIVI-335 and TIVI-766 --- packaging/libzypp.changes | 3 +++ zypp/PoolQuery.cc | 1 + 2 files changed, 4 insertions(+) diff --git a/packaging/libzypp.changes b/packaging/libzypp.changes index 62fc296..a2a918a 100644 --- a/packaging/libzypp.changes +++ b/packaging/libzypp.changes @@ -1,3 +1,6 @@ +* Thu May 16 2013 Hao Li - 9.8.3 +- setMode as Substring() to support fuzzy match and fix TIVI-335 and TIVI-766 + * Fri Apr 26 22:12:13 UTC 2013 - tracy.graydon@intel.com - Add uuidgen patch diff --git a/zypp/PoolQuery.cc b/zypp/PoolQuery.cc index a2dba81..6604d1d 100644 --- a/zypp/PoolQuery.cc +++ b/zypp/PoolQuery.cc @@ -549,6 +549,7 @@ attremptycheckend: if (attrvals_empty) { invokeOnEach(_strings.begin(), _strings.end(), EmptyFilter(), MyInserter(joined)); + cflags.setModeSubstring(); rcstrings = createRegex(joined, cflags); } else -- 2.7.4