there is now a patch for this too, in my repo
[git.ikiwiki.info.git] / doc / todo / relative_pagespec_deficiency.mdwn
1 While a relative pagespec like `./posts/*` will work, when used in a page
2 such as `bdale/blog`, you cannot do
3 `created_after(./posts/foo)` -- only `glob()` supports relative page
4 references.
6 The other pagespec functions should too, where appropriate.
8 [[done]]