aboutsummaryrefslogtreecommitdiff
path: root/docs/en/users/03_Main_view.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-03-14 17:20:41 +0100
committerGravatar GitHub <noreply@github.com> 2018-03-14 17:20:41 +0100
commit84d891f8cf43e4bb097a8b05a85dfeb4c48bd215 (patch)
treeea2ebffb204c3c31a3cb77bd93351d16fcb5a473 /docs/en/users/03_Main_view.md
parent881ed44005ec6212f21c0973b772a1652ef1b42a (diff)
Light Boolean search implementation (#1828)
* Light Boolean search implementation "Hello intitle:World OR date:P1D example" https://github.com/FreshRSS/FreshRSS/issues/879 * Doc Boolean search * Doc typos
Diffstat (limited to 'docs/en/users/03_Main_view.md')
-rw-r--r--docs/en/users/03_Main_view.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/en/users/03_Main_view.md b/docs/en/users/03_Main_view.md
index adb62c7ec..57eab192d 100644
--- a/docs/en/users/03_Main_view.md
+++ b/docs/en/users/03_Main_view.md
@@ -181,3 +181,6 @@ Some operators can be used negatively, to exclude articles, with the same syntax
`-author:name`, `-intitle:keyword`, `-inurl:keyword`, `-#tag`, `!keyword`.
It is also possible to combine operators to have a very sharp filter, and it is allowed to have multiple instances of `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`