Do update handlers require the doc id, or is it possible to search for the doc as with views?
I need to update the document belonging to the logged in user. (I'll use a validation function to check that.) The only workaround I could think of is using the username as the doc id. Then I call the update handler with .../handler/username?param=x Marcus
