option to truncate content on /documents endpoint

This commit is contained in:
Michael Shamoon
2022-11-20 00:06:00 -08:00
parent 88c15d32f1
commit 6d0d738b24
4 changed files with 19 additions and 2 deletions

View File

@@ -213,7 +213,8 @@ export class DocumentListViewService {
this.currentPageSize,
activeListViewState.sortField,
activeListViewState.sortReverse,
activeListViewState.filterRules
activeListViewState.filterRules,
{ truncate_content: true }
)
.subscribe({
next: (result) => {