Im trying to do some searching using the search index, but i seem to be having some trouble with the orderby criteria, i've created and orderby criteria like this:
searchQuery.Add(new OrderByCriteria("sys_name", SortDirection.Ascending));
But it doesn't really seem to having any effect on the search result, when i set my Limitcriteria to a large number an see what comes out, it doesn't seem to be sorted in any way, its just in some random order.
Suggestion: A good thing would be to have a list of which fields are available to search on and most important what their names are, since i had to find what i "think" is the name field by looking at what search filters use for their value.