Skip to content
New issue

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

Sort is not working if field types are different in different records. Should work #17

Closed
rualark opened this issue May 27, 2020 · 3 comments

Comments

@rualark
Copy link

rualark commented May 27, 2020

When sorting, first compare field type and then value: in this case value is compared only between fields with same type

@lahmatiy
Copy link
Member

Could you please provide examples? A query, what do you expect and an actual result

@lahmatiy
Copy link
Member

lahmatiy commented Jun 6, 2020

That's because of mixed type values. I agree that sorting should be stable despite of mixed types. Will be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants