umbraco.examine.linq icon indicating copy to clipboard operation
umbraco.examine.linq copied to clipboard

OrderBy Support

Open mahgo opened this issue 8 years ago • 5 comments

Is OrderBy supported? I'm using it but it doesn't seem like it's doing anything.

mahgo avatar Oct 30 '16 05:10 mahgo

You should be able to order by after calling . tolist. That will be standard .net taking affect after calling that

base33 avatar Oct 30 '16 23:10 base33

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

mahgo avatar Oct 31 '16 08:10 mahgo

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

base33 avatar Oct 31 '16 12:10 base33

Hi @base33 Do you have an ETA for when you'll be able to take a look into this?

mahgo avatar Nov 15 '16 10:11 mahgo

@base33 Hi, do you have any updates on this issue ?

alexbechmann avatar Oct 23 '17 06:10 alexbechmann