]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
(no commit message)
[ikiwiki.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.)
5
6 I did not yet do any testing to figure out when this broke.
7
8 --[[tschwinge]]
9
10 [[!map pages="*/a* and tagged(*ose)"]]
11
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]]
17
18 >> Yes, it is a globbing issue:
19
20 >>     \[[!map pages="tagged(open_i*ue_gdb)" show=title]]
21
22 >> ... doesn't show anything.
23
24 >>     \[[!map pages="tagged(open_issue_gdb)" show=title]]
25
26 >> ... does show a map of eight pages.  Also, it's working fine on the
27 >> autotags pages.
28
29 >> --[[tschwinge]]
30
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]]
34
35 >>>> This is now indeed [[fixed|done]] (thanks!) -- even though I already
36 >>>> did have tagbase set.