option to truncate content on /documents endpoint

This commit is contained in:
Michael Shamoon
2022-11-27 21:19:23 -08:00
parent 1e11c12d96
commit 3c48ce0225
4 changed files with 19 additions and 2 deletions
@@ -213,7 +213,8 @@ export class DocumentListViewService {
this.currentPageSize,
activeListViewState.sortField,
activeListViewState.sortReverse,
activeListViewState.filterRules
activeListViewState.filterRules,
{ truncate_content: true }
)
.subscribe({
next: (result) => {