London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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