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 + docs/fr/users/03_Main_view.md | 1 + 2 files changed, 2 insertions(+) (limited to 'docs') 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'` diff --git a/docs/fr/users/03_Main_view.md b/docs/fr/users/03_Main_view.md index 5d874124b..67f03ee93 100644 --- a/docs/fr/users/03_Main_view.md +++ b/docs/fr/users/03_Main_view.md @@ -205,6 +205,7 @@ the search field. Il est possible d’utiliser le champ de recherche pour raffiner les résultats : * par ID de flux : `f:123` ou plusieurs flux (*ou*) : `f:123,234,345` +* by ID de catégorie : `c:23` ou plusieurs catégories (*ou*): `c:23,34,45` * par auteur : `author:nom` ou `author:'nom composé'` * par titre : `intitle:mot` ou `intitle:'mot composé'` * par texte (contenu) : `intext:mot` ou `intext:'mot composé'` -- cgit v1.2.3