--
TWiki:Main/BobGoldstein
- 14 Sep 2007
The doc suggests one can show a tag cloud in a
WebHome using this:
...format="<a href=\"http://svn.twiki.org/do/view/Bugs/TagMeSearch?tag=$tag\" ...
However, this fails because the topic
TagMeSearch.txt does not exist in most webs, it
exists in the TWiki web. If you want to limit the search to a given web, and to
also limit the resulting urls to the same web, this works for me (although somewhat undocuments):
...format="<a href=\"http://svn.twiki.org/do/view/TWiki/TagMeSearch?tag=$tag&qweb=Bugs\" ... > web="Bugs"...