X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/6640131ea5bdc0c7ed3d37bf019bbbdda3ca49e0..02da2694655b4b24317258ab97cfaf7c0dc05611:/doc/todo/improve_globlists.mdwn 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]]