Instead of calling the aggregate function, the result looks like it was called as if the options.select was set to ['*'].
I modified my aggregate so that it will only take in one parameter and everything worked as expected.
Is this a configuration issue (perhaps I missed something out) or is it possible that the current implementation does not support aggregate functions with more than one parameter?
I defined an aggregate with two parameters, I can query it like the one below without any issues...
I tried to do the same inside an app. The code looks like:
Instead of calling the aggregate function, the result looks like it was called as if the
options.select
was set to['*']
. I modified my aggregate so that it will only take in one parameter and everything worked as expected.Is this a configuration issue (perhaps I missed something out) or is it possible that the current implementation does not support aggregate functions with more than one parameter?
I am using version 3.10.10