about this, are there best practices on building U...
# community-help
d
about this, are there best practices on building UI for geosearch that would be useful? I’m mostly thinking about having visible bounding rect parameters and such i’d really like to do something like this because I’m working on a OnlineTravelAgency as well: https://airbnb-geosearch.typesense.org/?airbnb_listings%5BgeoSearch%5D%5BboundingBox%5D=34.23638093620883%2C-118.23457298823821%2C33.75591066948073%2C-118.60089836665618 But unfortunately I need to check availability for each place, and so after I get results from typesense I need to make another backend call to my bookings to filter out unavailable spaces… Is there a way to configure the instant search adapter so it just makes the calls to my WebFE server and I do the typesense calls on the backend instead of them being done from the browser?