i can use queries in evently to pass through mustache to populate a page, but how do i pass parameter values to the query?
say i want to retrieve a doc with a keyvalue of V. i think i can put "key" : "V" into the query.json - but how do i pass this argument to query.json? i take that the argument is either in $$(this) or passed with the event.
i found no documentation on the web and i would rather not store v in couchapp.
any suggestions for documentation i should read or example code?
thank you!
andrew
i can use queries in evently to pass through mustache to populate a page, but how do i pass parameter values to the query?
say i want to retrieve a doc with a keyvalue of V. i think i can put "key" : "V" into the query.json - but how do i pass this argument to query.json? i take that the argument is either in $$(this) or passed with the event.
i found no documentation on the web and i would rather not store v in couchapp.
any suggestions for documentation i should read or example code?
thank you!
andrew