Question
I need to include a section from topics in my web whose names conform to a certain text pattern. I figured I could do it like -
%INCLUDE{"%SEARCH{"text" ...}%" ...}%
but not according to the syntax.
Do you know how to use wildcard searches to include sections from multiple topics?
Environment
--
GavinBloomer - 14 May 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.
Use just a SEARCH. In the format specify a
RegularExpression $pattern() to pull selected content from every topic. See
FormattedSearch and
SearchPatternCookbook.
--
PeterThoeny - 15 May 2007