I have a custom field group and inside it, there is another custom field which is a repeater I call an API that updates those fields programmatically, and then when I try to query on them I can’t I have to update each post manually and then the query get results.
Example:
Travel Custom Field
Travel Object Looks Like this
{
some travel data…
custom_Data:[
{start_date:’20200812′,
end_date:’20200818′
},
{start_date:’20200812′,
end_date:’20200818′
}
]
}
so I want to query on those fields start and end date they only work when I update post manually