passing values to query.json in evently
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
wondering about that one too!
I'm also trying to figure out how this can be handled. I wan't to pass in a startkey so I only get the newest entries from the DB, which will change depending on the last query. Has anyone figured out how to pass variables to the query in in evently?