This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Support relative dates for "added" and "created" in filters & views #1155
jhqv
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After creating a view that was supposed to display documents added the past week, I quickly realized that the date chosen when creating the view is stored as an absolute date.
This means that creating a filter with the conditions "added: last 7 days" gives a filter that today and in the future will only return documents created after June 28th 2021. Saving a view like this is quite pointless since it won't give the expected results when viewed in the future.
Thus I suggest that the "last xxx" options in the "created" and "added" filters should be dynamic.
Beta Was this translation helpful? Give feedback.
All reactions