|
|
Start of topic | Skip to actions
Is it possible to limit a search to the children of a topic, without using metasearch?
Yes it is. You can do an and search on the topic parent and other content you are searching for, with regex on.
For example:
%SEARCH{ "MyDog*;%TOPIC%" web="%WEB%" topic="MyDog*" type="regex" }%
So to break that down,
If we embed this search in the MyDog topic, MyDog and MyDog's Paw would be returned. MyDogAteMyCat would not be returned because the parent is MyCat which is not a child of the topic MyDog. (Remember we kept our search to only the topic MyDog by adding ; %TOPIC% in our query string.
|
Custom rendered bullets
The RenderListPlugin can render bulleted lists in a variety of different ways. Use %RENDERLIST{ parameters ... Read on |