Multiple dependent variable query
Chris,
Code seems to be almost correct, olease trey the following
prereturn '{"$and":[{"StoreName":"' + ("searchinput_1").val()+'"},{"MetroArea":' + ("dropdown_1").val() + '}]}';
/pre
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Chris,
Code seems to be almost correct, olease trey the following
prereturn '{"$and":[{"StoreName":"' + ("searchinput_1").val()+'"},{"MetroArea":' + ("dropdown_1").val() + '}]}';
/pre
I tried it. Unfortunately, nothing. Still no response.
Chris,
Please give us your app public link (http://devcenter.appery.io/documentat...) and steps to test the issue.
http://appery.io/app/view/302b02ef-97...
Click the button on the first page.
Enter Log in Details: a href="mailto:sean@gmail.com" rel="nofollow"sean@gmail.com/a, password: incline1
Click on button on next page
This should take you to the main search screen. Once a value is entered in the input, and a city selected from the dropdown, click search.
Example from database would be Conrad (for input) New York (from drop down)
Thank you for the assistance.
Any guidance on what the issue could be?
http://appery.io/app/view/302b02ef-97...
Click the button on the first page.
Enter Log in Details: a href="mailto:sean@gmail.com" rel="nofollow"sean@gmail.com/a, password: incline1
Click on button on next page
This should take you to the main search screen. Once a value is entered in the input, and a city selected from the dropdown, click search.
Example from database would be Conrad (for input) New York (from drop down)
Hi Chris,
Replace:prereturn '{"$and":[{"estabname":"' + ("search1").val()+'"},{"MetroArea":' + ("mobileselectmenu_43").val() + '}]}';/preWith:prereturn '{"$and":[{"estabname":"' + Apperyio("search1").val()+'"},{"MetroArea":' + Apperyio("mobileselectmenu_43").val() + '}]}';/prein service main_query_search parameter 'where'.
Hi Katya,
Thank you. I just tried the new JS and still nothing. The program is at least responding now by showing the spinning circle indicating it is processing the request. However, nothing is displaying
Hi Chris,
Not sure what could cause this. Are there any console errors?