Views Faceted Search

Categories

Component ID

2809895

Component name

Views Faceted Search

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

A views plugin that allows for client-side "faceted" searching.

This means that you can select an option (i.e. 'Female'), and the results will be shortened to those who are female. it also restricts the other options as you search. You can then select another option (i.e. 'Donated over $100) and then the results will be shortened to those who are Female and who have donated over $100. This effectively allows for negotiation with your system, giving you the most optimal results while you search.

As it's client side the filtering is instant, which is why this wasn't merged into the existing PHP side faceted search project.

Credit goes to https://github.com/eikes, who produced the faceted search library which this module uses.