Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

can search results load in listview?

Hello,

Could you tell us how can we check this on your App? Take a look at the next doc it will show you how to use mapping correctly http://docs.appery.io/documentation/u...

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

i keep getting just the Wine List page with the list component that only has the main list option after clicking Search. It is supposed to open up the product list and then I need to click the result to go to the results page. Screenshot
Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

can search results load in listview?

Hello! You have some problems with app logic. For example:
1) services are not sync so you can't invoke service and navigating to another screen with the same event as you have on Home page (mobilebutton_24-Click)
2) you need to watch data you save to localStorage. For example on Home screen in service mobilebarcode1 you save just scanned value into sku localStorage. On Results page in service restservice2 you save into sku localStorage variable:
prereturn '{"sku": "' + value + '"}';/pre
So into sku variable might be data in different formats which are not easy to use in mapping.
Functionality you need is possible to add through Appery.io, but you need to figure out app logic and services work. Please follow this tutorial http://docs.appery.io/tutorials/build..., there you can find information you need.

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

so it sounds like you are saying I can't have the search and the barcode scanner on the same page?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

can search results load in listview?

You can have Barcode and other services on the same page.

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

I followed this tutorial but it keeps leading me to just creating the listview and not how to pull it from a search feature.

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

What is the correct way to map the query from allwinesnew3_query search to Winelist Results if the service is already invoked?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

can search results load in listview?

Hi Scott,

You do not pass parameter "X-Appery-Session-Token" in service Request.
In Response parameters, map response array item to "wine" component.

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

...on the Home page or Results page?

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

can search results load in listview?

....nevermind. i have the original search results working now but I still need the results to open up a list view that I can click onto the item which will open into the Results page instead of just the items in plain text. Thanks in advance for help on this..

Return to “Issues”