mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-28 01:26:14 +00:00
lots of changes for the new unified search
This commit is contained in:
@@ -207,6 +207,13 @@ export class DocumentListComponent implements OnInit, OnDestroy {
|
||||
})
|
||||
}
|
||||
|
||||
clickMoreLike(documentID: number) {
|
||||
this.list.selectNone()
|
||||
setTimeout(() => {
|
||||
//this.filterEditor.moreLikeThis(doc)
|
||||
})
|
||||
}
|
||||
|
||||
trackByDocumentId(index, item: PaperlessDocument) {
|
||||
return item.id
|
||||
}
|
||||
|
Reference in New Issue
Block a user