Is there a way to add a filter based on extracted data from a json field? currently I can do something like
json_extract(meta, '$.mp_origin_meta') AS booking_type)
or
meta->'$.mp_origin_meta'
to extract specific data by writing a native query, but I really want to add this like a filter to my dashboard.