From 2181b1425ce5acd7dd491a8ec60b51153c0580c3 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sun, 23 Jan 2000 01:50:00 +0000 Subject: Patch by Christine Begle >, with heavy modifications by me -- let you query for "any words" and "all words", as well as the existing substring and regexp stuff. --- query.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index 092c5b306..f8728e9c9 100755 --- a/query.cgi +++ b/query.cgi @@ -511,6 +511,8 @@ sub StringSearch { } foreach my $i (["substring", "case-insensitive substring"], ["casesubstring", "case-sensitive substring"], + ["allwords", "all words"], + ["anywords", "any words"], ["regexp", "regular expression"], ["notregexp", "not ( regular expression )"]) { my ($n, $d) = (@$i); -- cgit v1.2.3-24-g4f1b