Project

General

Profile

« Previous | Next » 

Revision 58287

[Library|Trunk]

Search all: use route instead of location.pathname in order to work when the base url is not "/"
Advanced search:
fix sizes and spaces
autocomplete margin
date filter sizes

View differences:

searchAll.component.ts
517 517
      this.parameters["q"] = this.keyword;
518 518
      this.parameters["op"] = "and";
519 519
    }
520
      this.router.navigate([location.pathname], {queryParams: this.parameters});
520
      this.router.navigate(["/search/find"], {queryParams: this.parameters});
521 521
    }
522 522

  
523 523
}

Also available in: Unified diff