Nicolas Baissas

Results 2 issues of Nicolas Baissas

If I do ``` js var helper = algoliasearchHelper(client, 'indexName', { facets: '*', // or facets: ['*'], disjunctiveFacets: ['brand'] }); ``` I only retrieve the facet "brand". Since I passed...

If I do ``` js var helper = algoliasearchHelper(client, 'indexName', { facets: '*', // or facets: ['*'], disjunctiveFacets: ['brand'] }); ``` I only retrieve the facet "brand". Since I passed...

Library: AlgoliaSearch Helper