Support

Account

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