summaryrefslogtreecommitdiff
path: root/docs/en/users
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-04-17 10:57:35 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-17 10:57:35 +0200
commitae70374b0323dc26f560b28414d2d270c06ddd50 (patch)
tree2716a1d96c0d45d5db7df7cbba7540a2b520aa5f /docs/en/users
parenta49db010e4a5e48017d8583c374210242a680ddd (diff)
Filter by multiple feed IDs (#2892)
Add the possibility to filter by feed ID like `f:123 more-search` or multiple feed IDs, like `f:123,234,345 more-search` or an exclusion like `!f:456,789 more-search`
Diffstat (limited to 'docs/en/users')
-rw-r--r--docs/en/users/03_Main_view.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/en/users/03_Main_view.md b/docs/en/users/03_Main_view.md
index 2642e1d1e..d519e959f 100644
--- a/docs/en/users/03_Main_view.md
+++ b/docs/en/users/03_Main_view.md
@@ -158,6 +158,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 author: `author:name` or `author:'composed name'`
* by title: `intitle:keyword` or `intitle:'composed keyword'`
* by URL: `inurl:keyword` or `inurl:'composed keyword'`
@@ -200,9 +201,10 @@ You can use the search field to further refine results:
Be careful not to enter a space between the operator and the search value.
Some operators can be used negatively, to exclude articles, with the same syntax as above, but prefixed by a `!` or `-`:
-`-author:name`, `-intitle:keyword`, `-inurl:keyword`, `-#tag`, `!keyword`, `!date:2019`, `!date:P1W`, `!pubdate:P3d/`.
+`!f:234`, `-author:name`, `-intitle:keyword`, `-inurl:keyword`, `-#tag`, `!keyword`, `!date:2019`, `!date:P1W`, `!pubdate:P3d/`.
-It is also possible to combine keywords to create a more precise filter. For example, you can enter multiple instances of `author:`, `intitle:`, `inurl:`, `#`, and free-text.
+It is also possible to combine keywords to create a more precise filter.
+For example, you can enter multiple instances of `f:`, `author:`, `intitle:`, `inurl:`, `#`, and free-text.
-Combining several search criteria implies a logical *and*, but the keyword ` OR ` can be used to combine several search criteria with a logical *or* instead:
-`author:Dupont OR author:Dupond`
+Combining several search criteria implies a logical *and*, but the keyword ` OR `
+can be used to combine several search criteria with a logical *or* instead: `author:Dupont OR author:Dupond`