Skip to content

Basic support for negative searches with parentheses#4503

Merged
Alkarex merged 3 commits intoFreshRSS:edgefrom
Alkarex:negative-parentheses-search
Aug 16, 2022
Merged

Basic support for negative searches with parentheses#4503
Alkarex merged 3 commits intoFreshRSS:edgefrom
Alkarex:negative-parentheses-search

Conversation

@Alkarex
Copy link
Copy Markdown
Member

@Alkarex Alkarex commented Aug 15, 2022

  • !((author:Alice intitle:hello) OR (author:Bob intitle:world))
  • (author:Alice intitle:hello) !(author:Bob intitle:world)
  • !(S:1 OR S:2)

* `!((author:Alice intitle:hello) OR (author:Bob intitle:world))`
* `(author:Alice intitle:hello) !(author:Bob intitle:world)`
* `!(S:1 OR S:2)`
@Alkarex Alkarex added this to the 1.20.0 milestone Aug 15, 2022
@Alkarex
Copy link
Copy Markdown
Member Author

Alkarex commented Aug 15, 2022

Follow-up of #4378

@Alkarex Alkarex mentioned this pull request Aug 15, 2022
@Alkarex Alkarex merged commit e27eb1c into FreshRSS:edge Aug 16, 2022
@Alkarex Alkarex deleted the negative-parentheses-search branch August 16, 2022 08:57
@Alkarex
Copy link
Copy Markdown
Member Author

Alkarex commented Aug 16, 2022

Merging a bit fast to include more easily in some of my current tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant