hi!
I'm reading the appery musicshop tutorial ( https://devcenter.appery.io/building-... )
and I really like how the instruments appear as you type in the search bar.
I'm very interested in this :
"One of the main benefits of using the Model and Storage features is that the List service can be invoked once upon app start and retrieved data can be used further across the whole app."
i want to have the app invoke the "list" service when online and then be ready to take to the field and work offline . it should search the database but from local storage. In the tutorial every time you type in a fraction of an instruments name it triggers a remote database service.
can this be done?
exactly like that app works, but, in offline mode. use a "where" parameter against a list in local storage.
an other idea is to export the entire list as a json object and just put it inside the app. BUT,how can i look up the guests as they arrive
context: its a guestlist check in app. but wedding receptions can be in the middle of the jungle, or at a beach. so no wifi and mediocre cellphone signal so no 4g.

