Hello,
I'd like to do the following but haven't been successful so far:
I want to create a prompt for searching addresses. The users enter the COUNTRY and STREET.
For the street variable, I would like the user to enter the value any way they like. For example, they should be able to find "Hudson square 5", if they enter "hudson 5" or "5 hudson".
For this I would need to take the value from the STREET variable, split it into several parts, and then run several OR filters with the various combinations, I think.
My problem is I don't know how to manipulate the STREET variable in this way or how to replace the spaces that the users would enter with '%'.
If the way I see this is wrong, and there is a better way to do this please do mention it.
Many thanks!