This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: filter asp_query_args [ post_meta_filter: relation two custom field ]

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 ]

#10397
Ernest MarcinkoErnest Marcinko
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.