In the documentation: https://docs.meilisearch.com/reference/features/filtering.html Meilisearch compares dates like this:
title = Scream OR title = "The Avengers" AND release_date > 795484800
however the column I want to compare is using datetime, like so: 2021-05-31T19:52:08.000000Z
How I can I filter a query using datetime? Like for example, only get the results that are less than a year old.