aboutsummaryrefslogtreecommitdiff
path: root/docs/en
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-07-24 19:32:43 +0200
committerGravatar GitHub <noreply@github.com> 2021-07-24 19:32:43 +0200
commit705be9a6a1608ff195c0f24004d07cb8823fa6de (patch)
tree998bf3c93771e94fe470401d3b7a40a662e4e4d0 /docs/en
parent247dfa6c1ba0f60b7cca63141c94d5754b2bd7e5 (diff)
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
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/users/03_Main_view.md5
1 files changed, 4 insertions, 1 deletions
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:<date-interval>`
+* 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.