About CatalogSearch
The package contains snippets and chunks to implement agile search for resources.
It supports searching Resource content and TV content. Snippet adds new field in form for each TV.
Information
Released
December 30, 2011
Supported Database
MySQL
License
GPLv2
Supported Versions
2.1 - Current
Downloads
2,107
Instructions
Add snippet "searchForm" to your template. Specify following parameters cattpl - ID category template, prodtpl - ID product template (TV from this template will use as fields in search form).
example [[!searchForm? &cattpl=`10` &prodtpl=`11` &tpl=`catSearchForm`]]
Create page named "catsearch" (must be container). For output search results add snippet [[!catSearch? &tpl=`product` &tplid=`11`]] and specify following parameters tpl - name of chunk serving as resource template, tplid - ID of template contained TVs.