Merge branch 'dev' into feat-xrechnung2pdf

This commit is contained in:
Marcel2508 2024-12-14 21:40:38 +01:00 committed by GitHub
commit 01c502a0e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ export class GlobalSearchComponent implements OnInit {
private search(query: string) {
this.loading = true
this.searchService.globalSearch(query).subscribe((results) => {
this.searchService.globalSearch(query.trim()).subscribe((results) => {
this.searchResults = results
this.loading = false
this.resultsDropdown.open()