Get single field of each result as list of strings

Say I have documents with three properties, Name, Address, and Postcode. I'd like to, for example, get back a simple json array with just the postcodes. Not objects with single properties.

Is this possible?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.