Hi everyone, in my restaurents data i have a dictionnary field called openning_hours ,for example
"openning_hours":{"monday"[09002200],Thursday[09002200],..}
i want to filter my data in the filter_by field to only return the open restaurents
can anyone tell me what is the most convenient solution ?
thank you.