salamanders/pledgejs

Allow filtering to a date range

Closed this issue · 4 comments

Especially useful if I'm looking for documents on a project that started in the last year or two.

good FR. I'm considering a hard 2 year limit because it would be a fast patch.

Are there any limits currently? Or limitations/restrictions on the drive apis that impose an effective limit?

I tossed in a 2 year ago limit. But no, no API limit that I'm aware of.

AND viewedByMeTime>='${oldestDateString}' AND modifiedTime>='${oldestDateString}'

Closing because people seem ok with the 2 year range. Open to a pull request for a more dynamic solution.