Question
How can I activate regulare expressions?
ich need to find all Topics like "SR..HV..." I tryed "*", ".*", "(.*)" ... but always get no result.
Is there another configuration exept Set SEARCHDEFAULTTTYPE = keyword ?
Greetings Daniel
Environment
--
DanielPerabo - 19 Nov 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Here is an example to search for topic names beginning with
"SR..HV":
%SEARCH{ "^SR..HV" scope="topic" type="regex" nonoise="on" format="| [[$topic]]: $summary |" }%
Please note that SEARCH only looks in the current web by default. There is parameter to search in all webs.
See details at
VarSEARCH,
FormattedSearch,
RegularExpression.
--
PeterThoeny - 19 Nov 2008
thx, it's working fine
--
DanielPerabo - 18 Dec 2008