How can I compare dates within the predicate ?
Currently I get "Global functions are not supported in this predicate" error
filter: #Predicate<Flashcard> { $0.nextReviewAt <= Date.now },
class Flashcard {
var nextReviewAt: Date
}
Selecting any option will automatically load the page