_bulk_get returning attachment bodies even though attachments=false in request

I’m using sync gateway v1.1.0. I tried calling _bulk_get and it returned the attachment bodies for the documents in the response. I tried explicitly setting attachments=false in the query params and it still returned the attachment bodies. How do I prevent it from returning the attachment bodies?

I think I may have got attachment metadata mixed up with attachment bodies. Does setting attachments=false just prevent the results from sending the binary attachment content? But the _attachments section will still be sent with the document? I thought it meant the _attachments section would not be included.

The _attachments property is part of the document itself. As you seem to have come to realize, that query parameter will enable or disable the actual attachment data being included (in base64 encoding).