]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[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]]
18 >> Yes, it is a globbing issue:
20 >>     \[[!map pages="tagged(open_i*ue_gdb)" show=title]]
22 >> ... doesn't show anything.
24 >>     \[[!map pages="tagged(open_issue_gdb)" show=title]]
26 >> ... does show a map of eight pages.  Also, it's working fine on the
27 >> autotags pages.
29 >> --[[tschwinge]]
31 >>> Only way I can reproduce something like this is if tagbase is not set.
32 >>> I have fixed a bug there, see if it works for you?
33 >>> --[[Joey]]
35 >>>> This is now indeed [[fixed|done]] (thanks!) -- even though I already
36 >>>> did have tagbase set.