--
TWiki:Main/BobGoldstein
- 14 Sep 2007
tpaction=showalltags or tpaction=query suggest that I can include: web="Bugs" to limit the search
to the current web. However, for subwebs, Bugs returns "BigWeb/SubWeb", whereas
TagMePlugin
likes to think of this as "BigWeb.SubWeb", since that is how it constructs filenames.
As a temp fix, you could insert:
$qWeb =~ s!/!.!g;
after lines 354 and 517.
Personally, it would make more sense to me to structure the tag files in parallel
with the webs, and use real directories, and make the tags per-web instead of global.