This repository was archived by the owner on Jul 6, 2024. It is now read-only.
Supplying more than 1 argument to groupby property in FTAggregateParameters #89
Unanswered
ashleighplummer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
redis-modules-sdk/lib/modules/redisearch.js aggregate function.... Replaced:
With:
Entire Groupby if statement.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an aggregate query where my number of groupby arguments (nargs) is more than 1.
When I supply more than 1 argument I get the following error:
Error: Redisearch: ReplyError: Bad arguments for GROUPBY: Expected an argument, but none provided
How can I overcome this problem - Can you supply an example of using more than 1 argument within the FTAggregateParameters groupby?
Here's some example code:
Beta Was this translation helpful? Give feedback.
All reactions