Enables pretty paths for searches with Facet API. You will likely use this module in combination with either Search API or Apache Solr Search Integration.
- Install this module using the official Backdrop CMS instructions.
- Pretty paths will be generated as
search/url/segment1/segment2/
. - By default, a segment will look like:
<alias>/<value>
. - Custom coder plugins, allow to override the default segment representation.
- The taxonomy coder outputs the id:
<alias>/<term-name>-<term-id>
. - The taxonomy pathauto coder leverages pathauto aliases to create even prettier paths:
<alias>/<term-alias>
. - Pager & breadcrumbs supported.
- Supports the optional Current Search Blocks "current_search" module of Facet API.
Bugs and feature requests should be reported in the issue queue.
- Herb v/d Dool
- Seeking additional maintainer(s).
- Ported to Backdrop CMS by Herb v/d Dool.
- Originally written for Drupal by dasjo, nick_vh, voidberg.
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.