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

@@ -448,7 +448,7 @@ export class DocumentDetailComponent
}
moreLike() {
this.queryParamsService.loadFilterRules([
this.queryParamsService.navigateWithFilterRules([
{
rule_type: FILTER_FULLTEXT_MORELIKE,
value: this.documentId.toString(),