also tag 'patch/core', considering that over half of the changes are there
[ikiwiki] / 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.
5
6 The other pagespec functions should too, where appropriate.
7
8 [[done]]