diff options
| author | 2024-12-05 16:19:57 +0100 | |
|---|---|---|
| committer | 2024-12-05 16:19:57 +0100 | |
| commit | 3b15f8a5c9c919235c34518d14d09b41cfb93884 (patch) | |
| tree | 31678e94b161903e236dff5870962081f017ded5 /docs/en | |
| parent | 84642037350393625f0a4866ed74f564ef37973b (diff) | |
Parentheses in quoted search (#7055)
* Parentheses in quoted search
Allow parentheses in quoted search like `author:"Bob (Team1)"`
Related to https://github.com/FreshRSS/FreshRSS/pull/7054
* Doc
Diffstat (limited to 'docs/en')
| -rw-r--r-- | docs/en/users/10_filter.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/users/10_filter.md b/docs/en/users/10_filter.md index 0aa9ed018..0aecfbaa0 100644 --- a/docs/en/users/10_filter.md +++ b/docs/en/users/10_filter.md @@ -116,7 +116,7 @@ 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 `\)` +> ℹ️ If you need to search for a parenthesis, it needs to be escaped like `\(` or `\)` or used inside a quoted string like `"a (b)"` ### Regex |
