From 89b0e1168ed1dca562757655cf7de31483218592 Mon Sep 17 00:00:00 2001 From: 22cs <113289199+22cs@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:55:39 +0800 Subject: Update 10_filter.md to provide detailed explanations of the time syntax. (#7464) * Update 10_filter.md to provide detailed explanations of the time syntax. * Update 03_Main_view.md to provide detailed explanations of the time syntax. * Reworded --------- Co-authored-by: Alexandre Alapetite --- docs/en/users/10_filter.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/en') diff --git a/docs/en/users/10_filter.md b/docs/en/users/10_filter.md index 7ca1aefff..7d37e312e 100644 --- a/docs/en/users/10_filter.md +++ b/docs/en/users/10_filter.md @@ -84,6 +84,11 @@ You can use the search field to further refine results: * `date:PT30M/` (past thirty minutes) * `date:PT90S/` (past ninety seconds) * `date:P1DT1H/` (past one day and one hour) + * From the oldest until some time before now: + * `!date:P1M` (older than one month before now, using a negation) + * Note: the syntax ~~`date:/P1M`~~ is not supported + * Date constraints may be combined: + * `date:P1Y !date:P1M` (from one year before now until one month before now) * by date of publication, using the same format: `pubdate:` * by custom label ID `L:12` or multiple label IDs: `L:12,13,14` or with any label: `L:*` * by custom label name `label:label`, `label:"my label"` or any label name from a list (*or*): `labels:"my label,my other label"` -- cgit v1.2.3