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

Reply To: Disable Searching 'Ending with' for Index Table

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Disable Searching 'Ending with' for Index Table Reply To: Disable Searching 'Ending with' for Index Table

#19825
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

1. Unfortunately not, because the index table only contains the ID and the keyword from the taxonomy column. The taxonomy ID and the and term ID are not stored in there.

2. Actually, I think there is. You can add additional WHERE clause using this filter:

[php]$add_where = apply_filters(‘asp_term_query_add_where’, ”, $args, $this->s, $this->_s);[/php]

Basically a code like this: