Is it ever ok to use Date() in a CouchDB view to filter results based on the current date? I'm thinking it will only update the view if the record is changed?
If that's the case, is there a way of telling a view to reindex every 24 hours?
I realise I could pull all the data out in the view, and then use code to filter, but I'm wondering if there's a way of doing it all in the view.
question from:https://stackoverflow.com/questions/65942168/using-date-in-views