List of controller properties/query params:
{{#each-in this as |key value|}}
{{#if (debug-filter value)}}
{{key}}: {{value}}
{{/if}}
{{/each-in}}
List of selected filters:
{{#each filter_breadcrumb as |bc|}}
{{bc}}
{{/each}}
available filters (click to add to selected filters list above)
{{#each aggregations.breadcrumb as |breadcrumbs|}}
{{breadcrumbs.key}} ({{breadcrumbs.doc_count}})
{{/each}}
This runs action "addFilter" and throws an error : "Uncaught TypeError: Cannot read property 'pushObject' of undefined"
( see image: http://imgur.com/SsUDToJ )
on this line in controller: this[key].pushObject(value.toString());
because the empty array assignment in cfg.defaultQueryParams did not get set via setProperties
{{outlet}}