summaryrefslogtreecommitdiff
path: root/doc/todo/improve_globlists.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/improve_globlists.mdwn')
-rw-r--r--doc/todo/improve_globlists.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/improve_globlists.mdwn b/doc/todo/improve_globlists.mdwn
index 80b545e4e..86a4ba154 100644
--- a/doc/todo/improve_globlists.mdwn
+++ b/doc/todo/improve_globlists.mdwn
@@ -1,6 +1,8 @@
-Need to improve [[globlist]]s, adding more powerful boolean expressions.
+Need to improve globlists, 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.
+
+[[todo/done]]