Query value always returns null

Hey arachide99,
View queries do not by default return the value. You must use include_docs or alternatively perform a get operation on the key to retrieve the values.
Cheers, Brett