Question
I am trying to exclude the parent topic from my search. I have tried putting the META{"parent"} in my excludetopic and $parent, but they don't seem to work. Can this ben done?
Environment
--
GlennHart - 17 Apr 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.
Hm, have created an example set in the Sandbox web.
By using type="query" in TWiki 4.2 this would be a lot more transparent I guess.
--
FranzJosefGigler - 17 Apr 2008
if you want to exclude just the parent of the topic you are searching from, add
excludetopic="%META{ "parent" dontrecurse="on" nowebhome="on" format="$topic" }%" to your SEARCH.
--
PeterThoeny - 17 Apr 2008
Thanks for your help. Peter, that was was nice and neat.
--
GlennHart - 18 Apr 2008
--
GlennHart - 18 Apr 2008