volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Custom calculated sorting

Hi, is there any way to these kind of things:

var result = this.findClient
	.Search()
	.OrderBy(content => content.SortTimeTicks - DateTime.UtcNow.Ticks < 0 
		? (content.SortTimeTicks - DateTime.UtcNow.Ticks) * -1 
		: content.SortTimeTicks - DateTime.UtcNow.Ticks)
	.GetContentResult();


i.e. on the fly calculations manipulating the sort order.

/Regard Niklas

#176230
Mar 14, 2017 10:12

Hi Niklas I assume you're trying to get a random order to the search results?

There is a NuGet package that does this - http://nuget.episerver.com/en/OtherPages/Package/?packageId=Random2Find

#176738
Mar 24, 2017 10:39
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.