everytime after typing location in the location field , a user manually needs to click on the search button on screen. Can we make the search button trigger directly by pressing ‘go’ button on mobile or ‘ENTER’ button on computer . A user needs to manually tap search button on screen in case of geolocation search is not IDEAL.
Unfortunately there’s no such option at the moment, but plan to implement re-rendering the search results without the page refresh on every search form change. Currently it may be possible with a JS snippet, but this may cause another UX issue - if user edits Location first and tries to enter Keywords after, the form will refresh automatically without any actions from user, which may be confusing.