Project

General

Profile

« Previous | Next » 

Revision 56845

Library: Add showType parameter on search components for communities.

View differences:

searchPage.component.ts
60 60
  @Input() newQueryButton: boolean = true;
61 61
  @Input() lastIndex: boolean = true;
62 62
  @Input() hasPrefix: boolean = true;
63
  @Input() showType = false;
63 64
  //@Input() sortBy: string = "";
64 65
  @ViewChild (ModalLoading) loading : ModalLoading ;
65 66
  public fieldIdsMap;//:  { [key:string]:{ name:string, operator:string, type:string, indexField:string, equalityOperator:string  }};
......
95 96
   }
96 97

  
97 98
  ngOnInit() {
98

  
99
console.log(this.filters)
99 100
    this.route.data
100 101
      .subscribe((data: { envSpecific: EnvProperties }) => {
101 102
        this.properties = data.envSpecific;

Also available in: Unified diff