SearchViewHandling
Summary
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.
Frederik HolljenĀ (01/03/2005 11:50 am)
Frederik HolljenĀ (01/03/2005 11:54 am)
Comments
There are no comments.