Skip to content

Commit

Permalink
feat: change document sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Oct 29, 2024
1 parent 1621297 commit 5c5210e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mapping/documents/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"title": "title",
"url": "url",
"geography": "geography.name",
"urlParams": "?$apply=filter(<filterString>)/groupby((geography/name,documentType/index,documentType/parent/name,documentType/name,title,url))&$orderby=documentType/index asc,title asc"
"urlParams": "?$apply=filter(<filterString>)/groupby((geography/name,documentType/index,documentType/parent/name,documentType/name,title,url))&$orderby=documentType/index asc,title desc"
}

0 comments on commit 5c5210e

Please sign in to comment.