support sort fields & some refactoring

This commit is contained in:
Michael Shamoon
2022-05-05 08:36:18 -07:00
parent 84c2b8ee77
commit f9fb62b04a
9 changed files with 145 additions and 117 deletions

View File

@@ -94,7 +94,7 @@ export class AppFrameComponent {
search() {
this.closeMenu()
this.queryParamsService.loadFilterRules([
this.queryParamsService.navigateWithFilterRules([
{
rule_type: FILTER_FULLTEXT_QUERY,
value: (this.searchField.value as string).trim(),