From c8bbf355342985c83054c6c36c6538a780ab509e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 29 Jun 2025 11:09:08 +0200 Subject: Add search operator `c:` for categories (#7696) * Add search operator `c:` for categories fix https://github.com/FreshRSS/FreshRSS/discussions/7692 Allow searching for e.g. `c:23,34` --- docs/en/users/10_filter.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/en') diff --git a/docs/en/users/10_filter.md b/docs/en/users/10_filter.md index 7d37e312e..42e44339b 100644 --- a/docs/en/users/10_filter.md +++ b/docs/en/users/10_filter.md @@ -46,6 +46,7 @@ It is possible to filter articles by their content by inputting a string in the You can use the search field to further refine results: * by feed ID: `f:123` or multiple feed IDs (*or*): `f:123,234,345` +* by category ID: `c:23` or multiple category IDs (*or*): `c:23,34,45` * by author: `author:name` or `author:'composed name'` * by title: `intitle:keyword` or `intitle:'composed keyword'` * by text (content): `intext:keyword` or `intext:'composed keyword'` -- cgit v1.2.3