Home › Forums › General Issues › Search on ACF field › Reply To: Search on ACF field
And is it possible with an array ?
like this :
‘meta_query’ => array(
array(
‘key’ => ‘radio_field_name’,
‘value’ => [‘1′,’2’],
‘compare’ => ‘IN’
)
I need to make it work this way because It’s possible that my user won’t search by this meta_field, so I need to get them all
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.