November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Lê Anh
I am not sure order by relevance/score is done on this query by default as you're not using .For().
Is there a difference if you use .OrderByScore() here
public static ITypeSearch<TSource> OrderByScore<TSource>(this ITypeSearch<TSource> search)
{
return new Search<TSource, IQuery>(search, context =>
context.RequestBody.Sort.Add(new Sorting("_score")));
}
Hi,
I don't know why Episerver find used Boosting with weights and then take 3 items sometime return different results. I think it should order by weights and result should be consistent
Example:
Can somebody clarify to this question?
Regards,
Thang Le