November Happy Hour will be moved to Thursday December 5th.
Hi Team,
I need to to sort my search result based on the list of categories .Is it possible to order by based in the IEnumerable categories?
sample indexed type:
searchresultitem.cs . . . . [Searchable(false)] public IEnumerable Categories { get; set; } . . . . . .
Sample index data
"Categories$$string": [ "abc", "xyz", "bbc" ]Please help me out.Regards,Karthik
Hi Team,
I need to to sort my search result based on the list of categories .Is it possible to order by based in the IEnumerable categories?
sample indexed type:
Sample index data