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
November 7, 2018 at 10:43 am
#19825
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: