Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d993695

Browse files
committed
Added keyword searching radio buttons.
1 parent 030144d commit d993695

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Tools/faqwiz/faqconf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@
142142
/
143143
<INPUT TYPE=radio NAME=querytype VALUE=regex>
144144
Regular expression
145+
/
146+
<INPUT TYPE=radio NAME=querytype VALUE=anykeywords>
147+
Keywords (any)
148+
/
149+
<INPUT TYPE=radio NAME=querytype VALUE=allkeywords>
150+
Keywords (all)
145151
<BR>
146152
<INPUT TYPE=radio NAME=casefold VALUE=yes CHECKED>
147153
Fold case

0 commit comments

Comments
 (0)