Allow user to specify either more date types, or arbitrary archive criteria
Currently to configure the online archive service, you specify which column you want to use, which must be a Date type. Our collections often use integer fields holding the offset from the epoch, and there are other fields people might reasonably used.
My suggsetion would be to allow for a diverse set of date types, or ideally, allow the user to specify the criteria themselves with a mongo query.
5
votes
Rusty
shared this idea
-
kyle commented
This would be really useful. As it stands right now Online Archive really has no use to us as we use integer epoch fields and would need to be able to add additional filters such as if this is older than x days AND is not being used