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

Allow a where() after a sortedBy() #39

Open
my2iu opened this issue Sep 8, 2016 · 4 comments
Open

Allow a where() after a sortedBy() #39

my2iu opened this issue Sep 8, 2016 · 4 comments

Comments

@my2iu
Copy link
Owner

my2iu commented Sep 8, 2016

That's probably safe. Also, possibly allow a select() after a sortedBy(). And when something isn't allowed, create a better error message (possibly with a URL to the chart showing what's allowed).

@DarkBlade47
Copy link

Just encountered this myself.
This has become a blocking issue for us as i need to first sort the JinqStream by entity name, then select id.
I cannot select id and then sort by name.
Would really appreciate it if this could be prioritized in the near future

@my2iu
Copy link
Owner Author

my2iu commented Jul 17, 2019

I'll try to take a look at this sometime during the next week.

@my2iu
Copy link
Owner Author

my2iu commented Jul 22, 2019

Ok, v1.8.28 is now in Maven Central, and it has support for doing where() and select() on streams that have been sorted. I won't bother updating the documentation though.

@DarkBlade47
Copy link

Thank you so much for a quick delivery, I have retrieved v1.8.28 and implemented sorting in our application.
It works just as expected.
Feel free to close this issue.

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

2 participants