Sets if searches are handled by the search view or in the template.
Usage
SearchViewHandling=default|template
Description
This setting has two options
default - The view code does the search and passes the result to template. The template is only responsible for displaying the result.
template - The template does the search and passes the result back to the view code. This way you have to "program" the search yourself providing more flexibility.