tagged() matching wikilinks?
[ikiwiki.git] / doc / bugs / tagged__40____41___matching_wikilinks.mdwn
1 It may be that I'm simply misunderstanding something, but what is the rationale
2 for having `tagged()` also match normal wikilinks?
3
4 The following situation.  I have `tagbase => 'tag'`.  On some pages, scattered
5 over the whole wiki, I use `\[[!tag open_issue_gdb]]` to declare that this page
6 contains information about an open issue with GDB.  Then, I have a page
7 `/tag/open_issues_gdb.mdwn` that essentially contains `\[[!map
8 pages="tagged(open_issue_gdb)"]]`.  So far, so good: this page indeed does list
9 all pages that are tagged like this.  But now, when I add in `/gdb.mdwn` a link
10 to this page, like `\[[Open Issues|tag/open_issue_gdb]]`, then `/gdb.mdwn`
11 itself shows up in the map on `tag/open_issues_gdb.mdwn`.  In my understanding
12 this is due to the wikilink being equal to a `\[[!tag ...]]`.  What's the
13 rationale on this, or what am I doing wrong, and how to achieve what I want?
14
15 --[[tschwinge]]