diff options
| author | 2023-01-09 12:59:09 +0100 | |
|---|---|---|
| committer | 2023-01-09 12:59:09 +0100 | |
| commit | 3fb8ab8eb5c88042320bbe006825b21f5a8f21de (patch) | |
| tree | 3c7412d44bae45f4678cb5db3192ab22db58f2f7 /docs/en | |
| parent | b5a418ec1618cb1a058aee3dd47baa63562c9194 (diff) | |
Handling of parentheses as special characters in searches (#4989)
#fix https://github.com/FreshRSS/FreshRSS/issues/4987
Diffstat (limited to 'docs/en')
| -rw-r--r-- | docs/en/users/03_Main_view.md | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
