mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
search sorting options (#456)
This commit is contained in:
committed by
Denys Vuika
parent
af547aac31
commit
ce5f7f579a
@@ -194,6 +194,20 @@
|
||||
"field": "cm:modified",
|
||||
"ascending": true
|
||||
},
|
||||
{
|
||||
"key": "modified",
|
||||
"label": "SEARCH.SORT.MODIFIER",
|
||||
"type": "FIELD",
|
||||
"field": "cm:modifier",
|
||||
"ascending": true
|
||||
},
|
||||
{
|
||||
"key": "modified",
|
||||
"label": "SEARCH.SORT.CREATE_DATE",
|
||||
"type": "FIELD",
|
||||
"field": "cm:created",
|
||||
"ascending": true
|
||||
},
|
||||
{
|
||||
"key": "content.sizeInBytes",
|
||||
"label": "SEARCH.SORT.SIZE",
|
||||
|
||||
@@ -260,7 +260,9 @@
|
||||
"TITLE": "Title",
|
||||
"MODIFIED_DATE": "Modified Date",
|
||||
"SIZE": "Size",
|
||||
"TYPE": "Type"
|
||||
"TYPE": "Type",
|
||||
"MODIFIER": "Modifier",
|
||||
"CREATE_DATE": "Created date"
|
||||
},
|
||||
"FACET_FIELDS": {
|
||||
"FILE_TYPE": "File Type",
|
||||
|
||||
Reference in New Issue
Block a user