umbraco.examine.linq
umbraco.examine.linq copied to clipboard
OrderBy Support
Is OrderBy supported? I'm using it but it doesn't seem like it's doing anything.
You should be able to order by after calling . tolist. That will be standard .net taking affect after calling that
That's no use if you want to limit the results though (by using Take())
It's possible in Examine; IBooleanOperation has both OrderBy and OrderByDescending
Hi @mahgo
I'll review this. I'll see if this is something I can addto the framework. If Examine supports it, I cannot see why I can't add this in.
Cheers,
Craig
Hi @base33 Do you have an ETA for when you'll be able to take a look into this?
@base33 Hi, do you have any updates on this issue ?