Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › filter asp_query_args [ post_meta_filter: relation two custom field ] › Reply To: filter asp_query_args [ post_meta_filter: relation two custom field ]
October 7, 2016 at 2:58 pm
#10397
Keymaster
Hmm, interesting.
Can you try changing line 17 from:
[php]’operator’ => ‘='[/php]
to:
[php]’operator’ => ‘ELIKE'[/php]
or maybe
[php]’operator’ => ‘LIKE'[/php]
The ‘=’ equality sign might not work as expected with string values.