Question
Hi. I have a form that has 20 or so fields. How do I do a search using two of them as I can only find information for one.
Example
Open: yes/no
Tested: yes/no
How do I get a list of the Open: yes and Tested: no please
Environment
--
KatWinston - 18 Apr 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
To a
FormattedSearch with
type="regex", searching for
"META:FIELD.*\"Open\".*\"yes\";META:FIELD.*\"Tested\"no\"". See also
VarSEARCH and
SearchPatternCookbook. The sample app
TWikiInstallation has a query by example form that searches multiple fields.
--
PeterThoeny - 18 Apr 2007
Thank you so much
--
KatWinston - 18 Apr 2007