Could someone point me to an example of a Couchapp application that queries a view with a key based on user input from an HTML form?
I can’t seem to either figure out how to do this or find an example on my own via google.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I figured it out:
If you’re using evently, then in
/evently/[whatever]/_changes, instead of a fixedquery.json, you can replace it with aquery.jswhere you can dynamically return a query, e.g.: