Custom Search 0.5.3
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.5, Zope 2.9 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Tim Knapp |
| Released | 2008/04/11 |
An update to customsearch to allow a site manager to select a field that will only be displayed in the results of the customsearch, i.e. it won't be used in the search itself but only when rendering the results (it's based on the ImageSearchField implementation).
Basically the way you use it is you create a new field under the Fields section in your customsearch content and select A field to be displayed as the Search type and the relevant Catalog index that indexes your text field (as well as enter a Friendly Name as per standard practice). The Default value, Visibility and Mode dropdowns can be ignored.
Change log
Added in support for a DisplayField, which is not searched on but is only used in the results listing (was based on the ImageSearchField).