A simple N1Ql select statement – SELECT * FROM my_bucket where doc_type = “product” --returns a result set that contains the bucket name as a root level key that is not wanted in the result set. Is there a way to exclude the bucket name key at the root level?
Excellent, thanks for the quick reply. So, the first statement didn’t work for me. The result set was just a bunch of empty objects. However the second statement did work. So i’ll use that construct.
Is there any official documentation that refers to this. I wallowed in Google for a good while, but did not find anything relevant.