Index: /trunk/ippMonitor/raw/ipp.php
===================================================================
--- /trunk/ippMonitor/raw/ipp.php	(revision 40092)
+++ /trunk/ippMonitor/raw/ipp.php	(revision 40093)
@@ -510,4 +510,8 @@
     $where = $where . " $key like '$value'";
   } 
+  if ($mode == 'value') {
+    // can we pass the '%' through the html?
+    $where = $where . " $key = '$value'";
+  } 
   if ($mode == 'min') {
     // can we pass the '%' through the html?
Index: /trunk/ippMonitor/scripts/generate
===================================================================
--- /trunk/ippMonitor/scripts/generate	(revision 40092)
+++ /trunk/ippMonitor/scripts/generate	(revision 40093)
@@ -342,5 +342,5 @@
             next;
         }
-        print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'string', 1.0);\n";
+        print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'value', 1.0);\n";
         print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'min', 1.0);\n";
         print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'max', 1.0);\n";
