Metadata-Version: 1.0
Name: vs.flexigridsearch
Version: 0.2.0
Summary: Plone  search results through flexigrid
Home-page: http://pypi.python.org/pypi/vs.flexigridsearch
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL
Description: vs.flexigridsearch
        ==================
        
        ``vs.flexigridsearch`` provides a replacement to the extended search of Plone.
        The search results are presented as a sortable table using the jQuery
        ``flexigrid`` plugin.
        
        Usage
        -----
        * visit the http://host:port/path/to/plone/custom_search URL for your site
        
        Configuration
        -------------
        * ``vs.flexigridsearch`` uses a property sheet under
          portal_properties/flexigridsearch_properties for its configuration:
        
          - ``portalTypesToSearch`` - a list of portal types to be searched 
            (a future version of the software will use the configuration of Plone)
        
          - ``sort_limit`` - maximum number of hits to be retrieved from portal_catalog.
            The parameter name is kind of misleading but the portal_catalog will
            really limit the number of returned rows
        
          - ``columns`` - defines the columns of the flexigrid table. In general 
            ``vs.flexigridsearch`` can support all searchable indexes of the portal_catalog:
        
            - getId
            - Description
            - Title
            - created
            - Creator
            - start
            - end
            - effective
            - expires
            - location
            - Subject
            - getObjSize
            - review_state
            - portal_type
        
        Requirements
        ------------
        * tested with Plone 3.3.X, 4.0.X
        
        Licence
        -------
        ``vs.flexigridsearch`` is published under the GNU Public Licence V 2 (GPL 2)
        
        Authors
        -------
        
        | Andreas Jung
        | info@zopyx.com
        | www.zope.com
        |
        | Veit Schiele
        | kontakt@veit-schiele.de
        | www.veit-schiele.de
        |
        
        Changelog
        =========
        
        0.2.0 (2011/05/12)
        ------------------
        - now compatible with Plone 3 and 4
        
        0.1.1 (2011/05/12)
        ------------------
        - added support for more standard indexes
        - documentation update
        
        0.1 (2011/05/11)
        ----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
