diff --git a/src/app.config.json b/src/app.config.json index 56759d248..6af1d00f2 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -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", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index c9f2ee408..7715a62e9 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -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",