Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement negation for searching by date intervals #2869

Merged
merged 3 commits into from
Apr 1, 2020

Conversation

Alkarex
Copy link
Member

@Alkarex Alkarex commented Mar 31, 2020

#fix #2866
Allow searching for e.g. !date:P1W to exlude all articles newer than one week.
More generally, allows exclusion of any date interval, such as !pubdate:2019, -date:2020-01-01/P5d, etc.
Can also be combined, e.g. pubdate:2020-03 !pubdate:2020-03-15

#fix FreshRSS#2866
Allow searching for e.g. `!date:P1W` to exlude all articles newer than
one week.
More generally, allows exclusion on some date intervals.
@Alkarex Alkarex added this to the 1.16.0 milestone Mar 31, 2020
@Alkarex Alkarex added the Work in progress 🚧 Wait before merging label Mar 31, 2020
@Alkarex Alkarex removed the Work in progress 🚧 Wait before merging label Apr 1, 2020
@Alkarex
Copy link
Member Author

Alkarex commented Apr 1, 2020

Feedback #2866 (comment)

@Alkarex Alkarex merged commit 61c8026 into FreshRSS:master Apr 1, 2020
@Alkarex Alkarex deleted the date-search-negation branch April 1, 2020 15:26
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.

Negation for searching by date intervals
2 participants