projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3dacd8
)
Yes, is a globbing issue.
author
tschwinge
<tschwinge@web>
Wed, 9 Jun 2010 06:39:26 +0000
(06:39 +0000)
committer
Joey Hess
<joey@finch.kitenet.net>
Wed, 9 Jun 2010 06:39:26 +0000
(06:39 +0000)
doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
patch
|
blob
|
history
diff --git
a/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
b/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
index 76bf740fb69b3e1df54b1296a59c747ed37445a8..55669e5c86dd7ee8cf831929288a0d2564fd854f 100644
(file)
--- a/
doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
+++ b/
doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
@@
-14,3
+14,16
@@
I did not yet do any testing to figure out when this broke.
>
> This could be as simple as you having not rebuilt the wiki
> on upgrade to the version that tracks tagged links. --[[Joey]]
+
+>> Yes, it is a globbing issue:
+
+>> \[[!map pages="tagged(open_i*ue_gdb)" show=title]]
+
+>> ... doesn't show anything.
+
+>> \[[!map pages="tagged(open_issue_gdb)" show=title]]
+
+>> ... does show a map of eight pages. Also, it's working fine on the
+>> autotags pages.
+
+>> --[[tschwinge]]