The Algolia JS Helper is a set of functions and patterns that make it possible to customize search experiences at a deeper level. Working side-by-side with the Algolia JS Client, the JS Helper exposes new interfaces to perform advanced faceting, manage stateful parameters, and subscribe to events.
Get StartedThe Helper can be used in any context and helps structure your search logic. The Helper:
The Helper can be any search application's best friend. The architecture isn't tied to a specific framework nor does it leak any unsightly abstractions. And it's battle-tested—we use it inside of our widget-based, full-page search library instantsearch.js.
Examples