From 209573ee4137b605f941f39f04cb195492e6659d Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Wed, 16 Apr 2025 09:51:45 +0000 Subject: docs: Fix docs build --- docs/docs/14-Guides/02-search-query-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/14-Guides/02-search-query-language.md b/docs/docs/14-Guides/02-search-query-language.md index f7d79b1d..dc4e0a94 100644 --- a/docs/docs/14-Guides/02-search-query-language.md +++ b/docs/docs/14-Guides/02-search-query-language.md @@ -28,7 +28,7 @@ Here's a comprehensive table of all supported qualifiers: | `after:` | Bookmarks created on or after date (YYYY-MM-DD) | `after:2023-01-01` | | `before:` | Bookmarks created on or before date (YYYY-MM-DD) | `before:2023-12-31` | | `feed:` | Bookmarks imported from a particular rss feed | `feed:Hackernews` | -| `age:` | Match bookmarks based on how long ago they were created. Use `<` or `>` to indicate the maximum / minimum age of the bookmarks.
Supported units: `d` (days), `w` (weeks), `m` (months), `y` (years). | `age:<1d` `age:>2w`
`age:<6m` `age:>3y` | +| `age:` | Match bookmarks based on how long ago they were created. Use `<` or `>` to indicate the maximum / minimum age of the bookmarks. Supported units: `d` (days), `w` (weeks), `m` (months), `y` (years). | `age:<1d` `age:>2w` `age:<6m` `age:>3y` | ### Examples -- cgit v1.2.3-70-g09d2