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
When sorting, first compare field type and then value: in this case value is compared only between fields with same type
The text was updated successfully, but these errors were encountered:
Could you please provide examples? A query, what do you expect and an actual result
Sorry, something went wrong.
Example: sort not working https://artinfuser.com/test/json.txt#report&q=Y2xpZW50cy5zb3J0KGFnZTIgZGVzYyk%3D
Expected result: https://artinfuser.com/test/json.txt#report&q=Y2xpZW50cy5zb3J0KCgnJyArIGFnZTIpIGRlc2Mp
That's because of mixed type values. I agree that sorting should be stable despite of mixed types. Will be fixed
32fc4a2
No branches or pull requests
When sorting, first compare field type and then value: in this case value is compared only between fields with same type
The text was updated successfully, but these errors were encountered: