mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
Fix sorting advanced searches
This commit is contained in:
@@ -218,6 +218,7 @@ export class SearchService {
|
||||
|
||||
public reloadSearch() {
|
||||
if (this.isAdvancedSearch) {
|
||||
this.lastAdvancedSearch.sort = this.sortColumn !== null ? { type: this.sortColumn, direction: this.sortDirection } : null
|
||||
this.advancedSearch(this.lastAdvancedSearch, false).subscribe()
|
||||
} else {
|
||||
this.search(this.searchControl.value || '*', false).subscribe()
|
||||
|
||||
Reference in New Issue
Block a user