I've got a problem, that the search view doesn't search like we need on the product model. So I added an input field into the control panel for searching. It returns records and orders them differently than the order is defined in the model.
How can I pass the records to the view that it shows the records?
I've tried with a window action with a domain but the do_action() throws:
Cannot read property 'slice' of undefined
I haven't got any property named slice.