eZ publish provides an advanced search module view which can be customized in many flexible ways.
The advance search module path is '/content/advancedsearch'. To use this module build an HTML form with pre-defined POST variables.
List of POST variables accepted:
function pageLimit( $searchPageLimit ) { switch ( $searchPageLimit ) { case 1: return 5; case 2: default: return 10; case 3: return 20; case 4: return 30; case 5: return 50; } } </pre>
There are more POST variables that the advanced search understands. Review the search module view for additional variables.
Article provided by eZpedia
All text is available under the terms of the GNU Free Documentation License
Powered by eZ Publish 6.0.2stable
Hosted by USA eZ Publish Community Partner : Brookins Consulting