summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 2 insertions, 0 deletions
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);