Question
I want to search for a text in child topics in a particular parent topic. The following code works to search for the text
"% SEARCH{"META.TOPICPARENT.name=\"KnowledgeArticles\";Product" web="Support" type="regex" scope="text" nosearch="on"}%"
How do I pass the text "Product" from a text box to this search string?
I am new to Twiki and not very familiar with the way the submit function works.
thanks,
Environment
--
PriyaSeth - 13 Jun 2006
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.
Use a syntax like:
%URLPARAM{ "textboxname" encode="entity" }%
At the proper place in your search string, and it will be replaced with a url param value if one is sent.
--
SteffenPoulsen - 25 Jun 2006