Question
Our topics have an "abstract" section within a STARTINCLUDE and STOPINCLUDE section. The abstracts are incorporated into search results. I'd like to include the list of tags in that included section (Similar to the way
TagMeSearch lists each topics tags in the search results.) But with the formatting flexibility of the search function.
Is there any way to do this? for example, here is what I've tried:
%STARTINCLUDE%
%REVINFO%
%TAGME{ tpaction="show" }%
.... Document Abstract ...
[[ %TOPIC% ][Read More...]]
%STOPINCLUDE%
Thanks
Environment
--
GeorgeClark - 25 Apr 2006
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.
I do not think that this currently supported.
%TAGME{ tpaction="show" }% would need to understand additional
format,
separator,
web,
topic parameters. With this you could do a
format="$text $n() Tags: $percntTAGME{ tpaction=\"show\" format=\"$tag\" separator=\", \" web=\"$web\" topic=\"$topic\" }$percnt" in your
FormattedSearch.
Happy flying!
--
PeterThoeny - 28 Apr 2006