aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-11 19:08:11 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-11 19:08:11 +0000
commit6640131ea5bdc0c7ed3d37bf019bbbdda3ca49e0 (patch)
tree08b15d2972dc5490a078d2f97624cc07c9f2c77e
parent2ce6d15b8bdc23f1b7cb3e71168ff5df580eb267 (diff)
downloadikiwiki-6640131ea5bdc0c7ed3d37bf019bbbdda3ca49e0.tar
ikiwiki-6640131ea5bdc0c7ed3d37bf019bbbdda3ca49e0.tar.gz
add
-rw-r--r--doc/todo/improve_globlists.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/improve_globlists.mdwn b/doc/todo/improve_globlists.mdwn
new file mode 100644
index 000000000..80b545e4e
--- /dev/null
+++ b/doc/todo/improve_globlists.mdwn
@@ -0,0 +1,6 @@
+Need to improve [[globlist]]s, adding more powerful boolean expressions.
+The current behavior is to check for negated expressions, and not match if
+there are any, then check for normal expressions and match if any match,
+This fails if you want to do something like match only pages with tag foo
+that are under directory bar. I think we need parens for grouping, and
+probably also boolean OR.