I’m using this workaround:
Edit file search-filter.php
Goto line 1101 (<form action=”” method=”post” class=”searchandfilter’.$addclass.'”>)
Add this line after line 1101: <input type=”hidden” name=”category” value=”5″>
5 is the category-id
Sorry, this is working for 1 category only, but maybe it could you.