Tell us what you are trying to do?
We are currently building a search page on our development site. The search functionality will have free text fields that can search custom posts. The custom posts might have an address field with data such as "19 Elmbury Rd". Is it possible to configure the Toolset search so that if a user is searching "19 Elmbury Road" that it would return a result such as "19 Elmbury Rd"? Essentially, this is fuzzy searching. There would be a lot more scenarios like this (i.e. - "Pk" instead of "Park", "Ave" instead of "Avenue", etc...)
Is there any documentation that you are following?
Not at the moment.
Is there a similar example that we can see? Not at the moment
What is the link to your site? Site is in development at the moment, so not publicly available.
Hello. Thank you for contacting the Toolset support.
Toolset offers the function to search within the values available within the database. Toolset do not have any artificial intelligance so that if you search for "19 Elmbury Road" it should return the "19 Elmbury Rd".
But I believe if you use the like clause with your search it should return the result as you wanted. I suggest you should try to create a search with like clause and see if you able to see desired results.
When you setup a text search with Toolset that will eventually search within post title and content (as optional), when you search for "19 Elmbury Road" it should give you both results "19 Elmbury Road" and "19 Elmbury Rd".