Question
I'm trying to create a books-page like in
SearchBookTitles. However, the search-string used by this example does not work on my version of TWiki.
When I use the following string:
% SEARCH{ search="__Back to:__ [[% TOPIC %] ]" topic="BookT*"} %
I get one result as expected.
However, when I use the following string:
% SEARCH{ search="__Back to:__ [[% TOPIC %] ];" topic="BookT*" regex="on"} %
I get zero results.
Environment
--
PieterVanDerSpek - 06 Oct 2005
Answer
I dont' know why I didn't think of this before but '[' and ']' should be escaped off course. Shame on me.
--
PieterVanDerSpek - 07 Oct 2005