Skip to content

Commit dd6271a

Browse files
committed
bug fix related to category merge in searchbar suggestion query
1 parent 37bb542 commit dd6271a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/components/search-bar/search-bar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class SearchBarComponent {
5656
this.router.navigate(['/s'], {
5757
queryParams: {
5858
'q': q,
59-
'f': `Category:${category}`
59+
'f': `Category:${category || ''}`
6060
}
6161
});
6262
}

0 commit comments

Comments
 (0)