summaryrefslogtreecommitdiff
path: root/doc/forum/Is_there_a_pagespec_for_creation_dates_relative_to_today__63__.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/Is_there_a_pagespec_for_creation_dates_relative_to_today__63__.mdwn')
-rw-r--r--doc/forum/Is_there_a_pagespec_for_creation_dates_relative_to_today__63__.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/Is_there_a_pagespec_for_creation_dates_relative_to_today__63__.mdwn b/doc/forum/Is_there_a_pagespec_for_creation_dates_relative_to_today__63__.mdwn
index 8072747d9..e88400cd4 100644
--- a/doc/forum/Is_there_a_pagespec_for_creation_dates_relative_to_today__63__.mdwn
+++ b/doc/forum/Is_there_a_pagespec_for_creation_dates_relative_to_today__63__.mdwn
@@ -11,3 +11,12 @@ Does somebody have an idea? I just came up with using a tag “recent” or usin
Thanks,
Paul
+
+> There's no such pagespec, and doing one is difficult, because such a
+> pagespec will change what it matches over time. So ikiwiki would have to
+> somehow figure out that pages matched by it yesterday no longer match,
+> and that pages containing the pagespec need to be rebuilt. Which means
+> you'd also need a cron job.
+>
+> I suspect what you're trying to accomplish is
+> [[todo/tagging_with_a_publication_date]]? --[[Joey]]