mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-09 10:42:11 -04:00
Merge branch 'dev' into feature-ai
This commit is contained in:
commit
87e04e0c80
@ -411,6 +411,9 @@ export class GlobalSearchComponent implements OnInit {
|
||||
const ruleType = this.useAdvancedForFullSearch
|
||||
? FILTER_FULLTEXT_QUERY
|
||||
: FILTER_TITLE_CONTENT
|
||||
this.documentService.searchQuery = this.useAdvancedForFullSearch
|
||||
? this.query
|
||||
: ''
|
||||
this.documentListViewService.quickFilter([
|
||||
{ rule_type: ruleType, value: this.query },
|
||||
])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user