diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 0143585c40..83080386de 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -249,7 +249,23 @@ } } } - ] + ], + "highlight": { + "prefix": " ", + "postfix": " ", + "mergeContiguous": true, + "fields": [ + { + "field": "cm:title" + }, + { + "field": "description", + "prefix": "(", + "postfix": ")" + } + + ] + } }, "pagination": { "size": 20, diff --git a/demo-shell/src/app/components/files/files.component.html b/demo-shell/src/app/components/files/files.component.html index 09ffaca6f5..8aab8280ac 100644 --- a/demo-shell/src/app/components/files/files.component.html +++ b/demo-shell/src/app/components/files/files.component.html @@ -1,10 +1,11 @@
- - + + - {{ 'DOCUMENT_LIST.RECENT.TITLE' | translate }}history + {{ 'DOCUMENT_LIST.RECENT.TITLE' | translate }} + history @@ -31,7 +32,8 @@
-
+
- view_comfy - list + view_comfy + + list +
- @@ -148,8 +155,12 @@ @@ -160,7 +171,7 @@ @@ -225,12 +236,12 @@ (permissionError)="handlePermissionError($event)" (name-click)="documentList.onNodeDblClick($event.detail?.node)"> -

You don't have permissions

+

You don't have permissions

-
-
{{ 'SEARCH.NO_RESULT' | translate }}
-
+
+
{{ 'SEARCH.NO_RESULT' | translate }}
+
+ + +
+
+
+