We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I discovered some issues with how result grouping works. The implementation of groups doesn't support a few different things:
ngroups must be set to true. If it's not the query will crash.
ngroups
'group.format' cannot be set to simple. If it is, the query will crash.
simple
group.main doesn't work in conjunction with group.format = simple. If it's set, the query will crash.
group.main
group.format = simple
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I discovered some issues with how result grouping works. The implementation of groups doesn't support a few different things:
ngroups
must be set to true. If it's not the query will crash.'group.format' cannot be set to
simple
. If it is, the query will crash.group.main
doesn't work in conjunction withgroup.format = simple
. If it's set, the query will crash.The text was updated successfully, but these errors were encountered: