Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Minimal Character and Default Result › Reply To: Minimal Character and Default Result
Hi Femi,
The ‘OR with exact word matches’ would return the expected results, however the partial matching of the word beginnings would not work.
I have made a direct modification to the index table search file, so that only either word of the prhase matching any of the word beginnings (or whole words) is returned.
I this case:
– Phrase “AB10 3TU” will match anything starting with “AB10” or “3TU”
– Phrase “B10 3TU” will match anything starting with “B10” or “3TU” – but will NOT match “AB10”
This is as close as it can get. I have also enabled the index table engine for both instances, as this only works with that. Make sure that all the desired fields are selected under the index table submenu.