aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschwinge <tschwinge@web>2010-06-09 06:39:26 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-06-09 06:39:26 +0000
commit215538aa58801a6a136029ff9ef4c632b72cf12e (patch)
tree7086e236a63b4d550ba9a3ed693e93ea67d0b936
parentf3dacd82341477dd41d6c97e7381f8cdf889738b (diff)
downloadikiwiki-215538aa58801a6a136029ff9ef4c632b72cf12e.tar
ikiwiki-215538aa58801a6a136029ff9ef4c632b72cf12e.tar.gz
Yes, is a globbing issue.
-rw-r--r--doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn b/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn
index 76bf740fb..55669e5c8 100644
--- 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]]