Now it is possible to specify primaryFilter but there is no possibility to specify custom selection parameters. Either the parameter where or advanced. They are not passed to the search manager when it is initialized and are not mapped to the collection in any way.
like this:
Code:
this.getRouter().dispatch(this.scope, 'list', { advanced: { [this.scope] : { "type": "equals", "field": "status", "value": "New" } }, where: { "type": "equals", "field": "status", "value": "New" }, whereAdditional: { "type": "equals", "field": "status", "value": "New" }, });