https://github.com/skilld-labs/facetapi-views
The "facetapi views" module integrates the facet api into views. Main goal is to provide a connection between the views exposed filters and the facets.
https://github.com/skilld-labs/facetapi-views
Last synced: 3 months ago
JSON representation
The "facetapi views" module integrates the facet api into views. Main goal is to provide a connection between the views exposed filters and the facets.
- Host: GitHub
- URL: https://github.com/skilld-labs/facetapi-views
- Owner: skilld-labs
- Created: 2015-09-28T14:56:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T15:50:00.000Z (over 9 years ago)
- Last Synced: 2025-03-13T07:02:26.265Z (3 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
-- Summary --
The "facetapi views" module integrates the facet api into views.
Main goal is to provide a connection between the views exposed filters and the
facets.-- Features --
* Keep selected facets when changing views exposed filters.
* Use views filters to preset facet links-- Requirements --
facetapi & views
-- Installation
* Install as usual, see following link for further information:
http://drupal.org/documentation/install/modules-themes/modules-7-- Configuration
* Configure the facetapi filter in the views where you'd like to keep the facets
when changing the views exposed filter.
* Configure the URL processor for facetapi to use views filters to preset the
facets.-- Credits
Source Issue: http://drupal.org/node/1797616
* mErilainen for the URL processor - see his blog post:
http://wunderkraut.com/blog/marrying-facets-and-exposed-filters/2012-10-24
* Soul88 for the intial views code - see his sandbox:
http://drupal.org/sandbox/Soul88/1865682
* das-peter for merging and polishing both approaches into one module ;)