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
Hmm, interesting.
Can you try changing line 17 from:
'operator' => '='
to:
'operator' => 'ELIKE'
or maybe
'operator' => 'LIKE'
The ‘=’ equality sign might not work as expected with string values.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



