Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ACF filter › Reply To: ACF filter
July 1, 2021 at 8:42 am
#33810
Keymaster
Hi,
The key for the meta query is different, it is post_meta_filter.
$args['post_meta_filter']= array(array(
'key' => 'cancgratis',
'value' => '1',
'operator => '=',
));
You can check that whole documentation on how to change the plugin query arguments.