Hi,
We are using Episerver Find for our Commerce website. we need to figure out a way to do distinct query. Something similar to this below LinQ example
var query = people.DistinctBy(p => new { p.Id, p.Name });Is there a way to do this in Episerver Find? Or override any method to make this work?
http://world.episerver.com/forum/developer-forum/EPiServer-Search/Thread-Container/2015/2/how-to-do-distinct-in-find-query/
Hi,
We are using Episerver Find for our Commerce website. we need to figure out a way to do distinct query. Something similar to this below LinQ example