How do I build an item search engine using Adalo, where each search item is sent as a request (from a client side interface that looks like Google) to a mobile app (with storeowners registered on it) and they can simply tap “available” to return their store name and location as the search result
Created a web app (for clients) and mobile app (for store owners) with shared database.
Webapp
Built web app with “search screen” and a simple list with an attached database of item list to select from.
Added search filter to bring up item when search term “contains” item in database.
Trying to send each new search item to the app
Mobileapp
Added a tab bar
Added a list to the Home Screen.
Wanting to display all new search items in that list