Replies: 1 comment
-
First off it helps if you identify which version of the web part you are using and share steps of your web part set up. Sorting on multiple properties is supported by the search API and works like this:
You cannot easily sort on one value, and for the rest another value. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm sorting on two fields:
If I sort on the integer field alone, the results are as expected no matter the sort direction. There are 8 records with an int value and they appear at the top of the list in the correct order.
If I sort on the date field alone, the results are as expected no matter the sort direction.
When I combine the two sort fields, with the integer field first, the integer column is sorted as expected at the top of the list, but the date column for the following records is randomly ordered.
I'm new to SharePoint, and this web-part too off course. Where should I look to find the cause of this issue?
I can't determine whether this is a bug with the web-part or with my configuration.
Any help much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions