From 84d891f8cf43e4bb097a8b05a85dfeb4c48bd215 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 14 Mar 2018 17:20:41 +0100 Subject: 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 --- docs/en/users/03_Main_view.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/en') 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` -- cgit v1.2.3