Index: trunk/ippTools/src/warptool.c
===================================================================
--- trunk/ippTools/src/warptool.c	(revision 28043)
+++ trunk/ippTools/src/warptool.c	(revision 28054)
@@ -408,7 +408,7 @@
     PXOPT_COPY_STR(config->args, where, "-reduction", "warpRun.reduction", "==");
     PXOPT_COPY_STR(config->args, where, "-state",     "warpRun.state",     "==");
-    PXOPT_COPY_STR(config->args, where, "-data_group","warpRun.data_group","==");
-    PXOPT_COPY_STR(config->args, where, "-dist_group","warpRun.dist_group","==");
-    pxAddLabelSearchArgs(config,  where, "-label",    "warpRun.label",     "==");
+    PXOPT_COPY_STR(config->args, where, "-data_group","warpRun.data_group","LIKE");
+    PXOPT_COPY_STR(config->args, where, "-dist_group","warpRun.dist_group","LIKE");
+    pxAddLabelSearchArgs(config,  where, "-label",    "warpRun.label",     "LIKE");
 
     PXOPT_COPY_TIME(config->args, where, "-registered_begin", "warpRun.registered",  ">=");
