mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
[ACA-1925] Search results are incorrectly sorted - fix (#747)
This commit is contained in:
committed by
Cilibiu Bogdan
parent
03e8ab4b1e
commit
fbc7e8cda3
@@ -162,14 +162,14 @@
|
|||||||
"ascending": true
|
"ascending": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "modified",
|
"key": "modifier",
|
||||||
"label": "SEARCH.SORT.MODIFIER",
|
"label": "SEARCH.SORT.MODIFIER",
|
||||||
"type": "FIELD",
|
"type": "FIELD",
|
||||||
"field": "cm:modifier",
|
"field": "cm:modifier",
|
||||||
"ascending": true
|
"ascending": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "modified",
|
"key": "created",
|
||||||
"label": "SEARCH.SORT.CREATE_DATE",
|
"label": "SEARCH.SORT.CREATE_DATE",
|
||||||
"type": "FIELD",
|
"type": "FIELD",
|
||||||
"field": "cm:created",
|
"field": "cm:created",
|
||||||
|
Reference in New Issue
Block a user