add
parent
2ce6d15b8b
commit
6640131ea5
|
@ -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.
|
Loading…
Reference in New Issue