You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: