]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
response
[git.ikiwiki.info.git] / doc / bugs / pagespec:_tagged__40____41____44___globbing.mdwn
1 With the current HEAD (b10d353490197b576ef7bf2e8bf8016039efbd2d),
2 globbing in `tagged()` pagespecs doesn't work for me.  For example,
3 `tagged(*)` doesn't match any pages.  (It does in this wiki installation
4 here, though.)
6 I did not yet do any testing to figure out when this broke.
8 --[[tschwinge]]
10 [[!map pages="*/a* and tagged(*ose)"]]
12 > Are you sure that `tagged()` ever matches pages there? Take globbing
13 > out of the equasion.
14
15 > This could be as simple as you having not rebuilt the wiki 
16 > on upgrade to the version that tracks tagged links. --[[Joey]]