Currently, I have a search box that finds hotels for users by the hotel’s address, which i store in my database as geo address (as it should). e.g. if someone looks for milano and i have hotels in within the milano address, it will show all of them. That works great.
However, I also store the “city” bame and I want the search box to return searches based on the “city” field in the database as well and also based on the neighbourhood which I also store.
(the reason is sometimes the hotel is just outside the city, and I want to include that case too)
You cannot combine two type of things in Bubble.io.
Can kindly tell what exactly you are trying to achieve here sir, and whats you building. I guess a map which shows all the available places around user current location or searched location right.