master
joey 2006-06-11 19:08:11 +00:00
parent 2ce6d15b8b
commit 6640131ea5
1 changed files with 6 additions and 0 deletions

View File

@ -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.