diff options
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/faqwiz/faqconf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index 7b374ad..6013e3f 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -142,6 +142,12 @@ HOME = """ / <INPUT TYPE=radio NAME=querytype VALUE=regex> Regular expression + / + <INPUT TYPE=radio NAME=querytype VALUE=anykeywords> + Keywords (any) + / + <INPUT TYPE=radio NAME=querytype VALUE=allkeywords> + Keywords (all) <BR> <INPUT TYPE=radio NAME=casefold VALUE=yes CHECKED> Fold case |