From 705be9a6a1608ff195c0f24004d07cb8823fa6de Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 24 Jul 2021 19:32:43 +0200 Subject: Search labels (#3709) * Search labels #fix https://github.com/FreshRSS/FreshRSS/issues/3704 * Documentation * Allow list without quotes * Allow boolean AND searches * Allow searching any label * fix labels alias --- docs/en/users/03_Main_view.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/en/users/03_Main_view.md') diff --git a/docs/en/users/03_Main_view.md b/docs/en/users/03_Main_view.md index 3771a381a..7cbefd7cd 100644 --- a/docs/en/users/03_Main_view.md +++ b/docs/en/users/03_Main_view.md @@ -183,7 +183,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: `f:123,234,345` +* by feed ID: `f:123` or multiple feed IDs (*or*): `f:123,234,345` * by author: `author:name` or `author:'composed name'` * by title: `intitle:keyword` or `intitle:'composed keyword'` * by URL: `inurl:keyword` or `inurl:'composed keyword'` @@ -222,6 +222,9 @@ You can use the search field to further refine results: * `date:PT90S/` (past ninety seconds) * `date:P1DT1H/` (past one day and one hour) * 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"` +* by several label names (*and*): `label:"my label" label:"my other label"` Be careful not to enter a space between the operator and the search value. -- cgit v1.2.3