I have one table view that should be filtered by values of search field and by element of dropdown list simultaneously. Currently I've binded search field to array controller and it works as it should. But I have no idea how to add constrains from another control - drop down list so it wouldn't reset array filtered by search but filter its current results.
I still do not know if it is possible.
So i've chose another way to solve my problem.
Works as expected and almost no bindings used.