it is possible to setup/modify Ajax search PRO to work in all these cases?
I have a custom post type “product” (im not using woocommerce, just my custom post type). Product is named like “Car S 20”.
I need to get this result even I use “Car S 20” and “Car S20”. I get this result only when I type “Car S 20”.
It is not possible to rename product to “Car S20” which works with search words “Car S 20” and also with “Car S20”.
I’m afraid no, that would have to be custom coded somehow depending on the case. It should not be too difficult – maybe checking the word lenghts and merge the 1-2 character words.
Those additional keywords are stored within the “_asp_additional_tags” meta field. If you decided to go for a programmatical solution, you can put the keywords there (space separated).