I have to say i spent quite some time on stackoverflow, emberjs.com guide and googling away and most exemple assume that you know much about ember… Well this is my first attempt to build a (phonegap) mobile app with ember and i already lost my mind. Ember seems very powerfull and does so much but i am really struggling to build my searchbox. I am using ember data and the RESTadapter, the app will live on the device (not on any server) I have a model (App.products) , a couple of pages (index, about) and from any of these pages i have a searchbox where to find a product. typing a name or a category should return a list of result on it’s on page, and clicking each result go to the single product… This is quite basic but i am not sure how to do it…
I have the simple pages working products (which i dont actually need), index and about. If someone could point me to the right direction that could be great…