Facet API Chosen
Component ID
1353462
Component name
Facet API Chosen
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
What does it do?
This module allows the use of a Chosen select list as a facet selector for Facet API.
How do I use it?
- Download the module by running the following command inside your modules directory:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/sammyd56/1353462.git facetapi_chosen - Enable the module.
- 'Chosen' will now be available as a facet display widget.
Known Issues
- Currently only a single select widget is available (see #1353646: Change widget to multiple-select)
Current status
This project is mostly about familiarising myself with Git and Drupal development. Please feel free to file bug reports and feature requests in the issue queue but I can't promise anything. Patches are very welcome and if you'd like to co-maintain please let me know via the issue queue.
Roadmap
Single select widget- Implement multi-select widget
- Add tests
This module is based on code shared on trellon.com by ygerasimov.
