Index: trunk/ippMonitor/raw/ipp.php
===================================================================
--- trunk/ippMonitor/raw/ipp.php	(revision 39498)
+++ 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?
