From 3fb8ab8eb5c88042320bbe006825b21f5a8f21de Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 9 Jan 2023 12:59:09 +0100 Subject: Handling of parentheses as special characters in searches (#4989) #fix https://github.com/FreshRSS/FreshRSS/issues/4987 --- docs/en/users/03_Main_view.md | 2 ++ 1 file changed, 2 insertions(+) (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 eb8fe0f01..d940774f5 100644 --- a/docs/en/users/03_Main_view.md +++ b/docs/en/users/03_Main_view.md @@ -247,6 +247,8 @@ Finally, parentheses may be used to express more complex queries, with basic neg * `(author:Alice intitle:hello) !(author:Bob intitle:world)` * `!(S:1 OR S:2)` +> ℹ️ If you need to search for a parenthesis, it needs to be escaped like `\(` or `\)` + ### By sorting by date You can change the sort order by clicking the toggle button available in the header. -- cgit v1.2.3