mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-29 11:09:27 -05:00
Merge branch 'dev' into feat-xrechnung2pdf
This commit is contained in:
commit
01c502a0e4
@ -108,7 +108,7 @@ export class GlobalSearchComponent implements OnInit {
|
|||||||
|
|
||||||
private search(query: string) {
|
private search(query: string) {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
this.searchService.globalSearch(query).subscribe((results) => {
|
this.searchService.globalSearch(query.trim()).subscribe((results) => {
|
||||||
this.searchResults = results
|
this.searchResults = results
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.resultsDropdown.open()
|
this.resultsDropdown.open()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user