Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midnightLuke/islandora_solr_facetapi
https://github.com/midnightLuke/islandora_solr_facetapi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/midnightLuke/islandora_solr_facetapi
- Owner: midnightLuke
- License: gpl-3.0
- Created: 2016-04-01T20:52:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T18:13:12.000Z (about 8 years ago)
- Last Synced: 2024-05-02T21:50:03.636Z (7 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- islandora_awesome - Islandora Solr Fact API - Completely replaces the default islandora facets with [Facet API](https://www.google.com/url?q=https%3A%2F%2Fwww.drupal.org%2Fproject%2Ffacetapi&sa=D&sntz=1&usg=AFQjCNEYbwEQSAhBJXS3fFaVxQ2m57sV3w) facets. (The Islandora 7.x-1.x List / Utility Modules)
README
# Islandora SOLR Facet API
## Warning: Experimental Module
This module is very much an experiment and probably not in a production-ready
state, bugs and errors are likely.## Introduction
Replaces the core Islandora facets with the Drupal [Facet API](https://www.drupal.org/project/facetapi)
module facets. These facets are handled in their own UI and are a little more
customizeable, but are wholly different than the Islandora facets.## Requirements
- [Islandora](https://github.com/islandora/islandora)
- [Islandora SOLR Search](https://github.com/Islandora/islandora_solr_search)
- [Facet API](https://www.drupal.org/project/facetapi)### Optional
- [Date Facets](https://www.drupal.org/project/date_facets) (for date range facets)
## Installation
Enable the module as usual and navigate to `admin/islandora/search/islandora_solr/facets`
to enable facet api facets. After you have enabled some facets you will need to
place the facet blocks, they will then appear for searches.## Configuration
There are a wealth of configuration options available to facet api facets, this
module should support most of them.## Alternatives
The drupal [sarnia](https://www.drupal.org/project/sarnia) and
[search_api](https://www.drupal.org/project/search_api) modules provide a
powerful alternative to the core islandora solr module, which can then be
combined with the [facetapi](https://www.drupal.org/project/facetapi) for almost
the exact same solution, however, this would require not using the islandora
solr modules at all.## Maintainers/Sponsors
Current maintainer:
- [Luke Bainbridge](https://github.com/midnightluke)
## License
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt)