mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
more like this searching
This commit is contained in:
parent
eaf11ea134
commit
164418880a
10 changed files with 113 additions and 27 deletions
|
|
@ -168,6 +168,10 @@ export class DocumentDetailComponent implements OnInit {
|
|||
|
||||
}
|
||||
|
||||
moreLike() {
|
||||
this.router.navigate(["search"], {queryParams: {more_like:this.document.id}})
|
||||
}
|
||||
|
||||
hasNext() {
|
||||
return this.documentListViewService.hasNext(this.documentId)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue