In that view's PostOpen event, set the code type to @formula and use this:
@Command([ViewShowSearchBar]; "1")
This will put the focus on the search bar. If you want to put it on the view, add this line afterwards:
@Command( [OpenView]; "NameOfThisView" )