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

Adding Multiple sorting conditions #12

Closed
nyamsprod opened this issue Feb 21, 2014 · 1 comment
Closed

Adding Multiple sorting conditions #12

nyamsprod opened this issue Feb 21, 2014 · 1 comment

Comments

@nyamsprod
Copy link
Member

The IteratorQuery trait enable sorting the CSV. But as of now you can only set one sorting condition by query.

The current IteratorQuery::setSortBy behaviour is somehow difficult to understand so I'm thinking this method needs an important rewrite to enable

  • Setting multiple sorting conditions
  • Allow for a simpler method call

If we register multiple sorting condition :

  • should the registration order matter ?
  • should we be able to register/unregistered the settings ?
@nyamsprod
Copy link
Member Author

Implementing these changes would break the API and the added values is not worth it.

@nyamsprod nyamsprod reopened this Mar 12, 2014
nyamsprod added a commit that referenced this issue Mar 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant