From b05a7531b76d580fc2378d3fed12f57e5f4b35b1 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 8 Feb 2026 15:53:14 +0000 Subject: feat: add source filter to query language (#2465) * feat: add source filter to query language Co-Authored-By: Claude Opus 4.6 * autocomplete source --------- Co-authored-by: Claude Opus 4.6 --- docs/docs/04-using-karakeep/search-query-language.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/docs/04-using-karakeep/search-query-language.md b/docs/docs/04-using-karakeep/search-query-language.md index de11e533..cdf1f56e 100644 --- a/docs/docs/04-using-karakeep/search-query-language.md +++ b/docs/docs/04-using-karakeep/search-query-language.md @@ -36,6 +36,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` | +| `source:` | Match bookmarks from a specific source. Valid values: `api`, `web`, `cli`, `mobile`, `extension`, `singlefile`, `rss`, `import` | `source:rss` `-source:web` | | `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