--- trunk/WebPac.pm 2003/11/29 18:40:19 186 +++ trunk/WebPac.pm 2003/11/29 19:11:23 190 @@ -142,7 +142,9 @@ if ($q->param("e$i")) { $pre = '"' if (! $pre); $post = '"' if (! $post); - $wc = ''; # don't use windcard in exact + # what about wildcards? + $wc = ''; + $wc = '*' if ($q->param("e$i") & 4); $exact = '_exact'; }