On 2010-10-12 14:49, Deistl Ross wrote:
Is there a way to hide the record "_id" in a response? As far as I can determine, the record id is always included in a query response. I would have to have the response to a query only show the items requested in the "emit", which may or may not include the record id.
I suppose you can use the list facility:
http://wiki.apache.org/couchdb/Formatting_with_Show_and_List Regards, Michael.
