Nov 4, 2020
Hi, glad to have you found it useful
I assumed the question is for complex queries in Golang itself right?
I myself havent really used a lot of aggr query myself.
But from what i have seen you can try something like this
the olivere library does provide some references that you can refer to in those test files, might not be so much of a reference but it's better than nothing
if you need to have multiple queries you can do append depending on the structure, this does takes some trial and error at first.