mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
support sort fields & some refactoring
This commit is contained in:
parent
3e8bff03e7
commit
261cab8450
9 changed files with 145 additions and 117 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue