aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
blob: 76bf740fb69b3e1df54b1296a59c747ed37445a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
With the current HEAD (b10d353490197b576ef7bf2e8bf8016039efbd2d),
globbing in `tagged()` pagespecs doesn't work for me.  For example,
`tagged(*)` doesn't match any pages.  (It does in this wiki installation
here, though.)

I did not yet do any testing to figure out when this broke.

--[[tschwinge]]

[[!map pages="*/a* and tagged(*ose)"]]

> Are you sure that `tagged()` ever matches pages there? Take globbing
> out of the equasion.
> 
> This could be as simple as you having not rebuilt the wiki 
> on upgrade to the version that tracks tagged links. --[[Joey]]