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 6, 2018 at 12:52 pm
#19807
Participant
I have added 2nd query in order to retrieve values where the word is not the first in the string. Say for Example:
Taxonomy Title is: “Ajax Search Pro – Very Powerful Search Plugin.”
Search Keyword is: “Search”
No results are retrieved since Search Keyword is not first in the string. (In case of Source 2)
Logic used in 2nd query is : % search-keyword%
There is space between % & search-keyword
Are we on the same page?