Metadata-Version: 2.1
Name: collective.querynextprev
Version: 0.6
Summary: Navigate through your query results using a next and a previous buttons
Home-page: http://pypi.python.org/pypi/collective.querynextprev
Author: CÃ©dric Messiant
Author-email: cedricmessiant@ecreall.com
License: GPL version 2
Description: ==============================================================================
        collective.querynextprev
        ==============================================================================
        
        .. image:: https://secure.travis-ci.org/collective/collective.querynextprev.png
            :target: http://travis-ci.org/collective/collective.querynextprev
        
        .. image:: https://coveralls.io/repos/collective/collective.querynextprev/badge.png?branch=master
            :alt: Coveralls badge
            :target: https://coveralls.io/r/collective/collective.querynextprev
        
        
        This package adds next/previous buttons that allow you to navigate through your query results.
        
        Out of the box, it works with `eea.facetednavigation <https://github.com/collective/eea.facetednavigation>`__ queries (requires ``eea.facetednavigation`` > 8.2).
        
        
        To add support for more queries, you have to record the query in the request session and optionnaly a search url (see ``record_query_in_session`` subscriber).
        The `search url` is the url that will be used by the next/previous links when there is no more result. If no search url is provided, it redirects to the portal url.
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        
        Installation
        ------------
        
        Install collective.querynextprev by adding it to your buildout::
        
           [buildout]
        
            ...
        
            eggs =
                collective.querynextprev
        
        
        and then running "bin/buildout"
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.querynextprev/issues
        - Source Code: https://github.com/collective/collective.querynextprev
        - Documentation: https://docs.plone.org/foo/bar
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        Contributors
        ============
        
        - Cédric Messiant, cedricmessiant@ecreall.com
        
        Changelog
        =========
        
        
        0.6 (2019-09-20)
        ----------------
        
        - Fix this package in combination with collective.solr when filters on
          dates are used
          [mpeeters]
        
        
        0.5 (2017-11-20)
        ----------------
        
        - Remove useless keys from faceted query ('facet.field', 'b_size', 'b_start').
          [sgeulette]
        
        0.4 (2016-05-23)
        ----------------
        
        - Add in registry a maxresults parameter to avoid rendering viewlet when query returns too many results.
          Performance optimization.
          [sgeulette]
        
        0.3 (2016-01-26)
        ----------------
        
        - Corrected failing tests of previous release.
          [sgeulette]
        
        0.2 (2016-01-26)
        ----------------
        
        - Query can contain utf-8 chars.
          [sgeulette]
        
        0.1 (2015-11-24)
        ----------------
        
        - Initial release.
          [cedricmessiant]
        
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
