I created a view in couchDB and I was able to query and get value for a key.
But, if I query it with some key which doesn't exists in that view, it returns nothing, instead I would like to add some default value to be returned in such case.
Is it possible to do that?