Skip to content

collective/collective.querynextprev

Repository files navigation

collective.querynextprev

image

Coveralls badge

This package adds next/previous buttons that allow you to navigate through your query results.

Out of the box, it works with 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

Support

If you are having issues, please let us know.

License

The project is licensed under the GPLv2.

About

Navigate through your query results using a next and a previous links

Resources

Stars

Watchers

Forks

Packages

No packages published