Question
I'm trying to search for all topics that are children of a given topic, but where the children reside in a different webs.
e.g. if I place the following in
Main.TopicOne
%METASEARCH{type="parent" web="Main" topic="%TOPIC%" title="Child Topics: "}%
it gives me all the child topics of
TopicOne within the
Main web. But if
WebTwo.TopicTwo has
Main.TopicOne as its Parent, it will not show up in the above search even if I change it to web="".
Environment
--
DarylGordon - 26 Jul 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.
You can use a
%SEARCH{}% in all webs or selected webs searching for the parent meta data, such as
%SEARCH{ "META:TOPICPARENT.*\"Myweb.MyTopic\"" type="regex" web="Otherweb1, Otherweb2" .... }%
--
PeterThoeny - 03 Sep 2007