Ajax facets without filtering
Ajax facets with filtering

This module allows you to create facet filters which working by AJAX. Filters and search results will be updated by AJAX. Now ajax_facets works only with search pages, based on views (with module search_api_views).

Widgets:

  • Ajax range slider.
  • Ajax multiple checkboxes.
  • Ajax selectbox.
  • Ajax links.

Dependencies:

History API:
Module has integration with HTML5 browser history API. If you want to get this feature work for HTML4 browsers you should install libraries module and download history.js library.

Modes of work:
Mode of immediate updating of the results - enabled by default.
When you will put blocks of the ajax facets on the page with search results,
but do not put the block with ajax facets buttons, the facets will be updated immediately.

Mode of updating by demand - disabled by default.
If you will put blocks of the ajax facets and block with ajax facets buttons on the page with search results,
the facets will be updated right after any filtering. But search results will be updated only after
the click on the button "Submit all facets".

Useful modules:
If you want lock screen while AJAX is processing, I recommend you use module Ajax screen lock.

Demo videos:

How to configure:
Some info available in README.txt
Don't hesitate some improvements for the documentation.


DrupalJedi Logo

Supporting organizations: 
Module maintenance

Project information

Releases