I have several different indices that I am toggling between each of which have different facets. I have successfully used the setIndex
method on the AlgoliaSearchHelper
instance but need to change the facets.
Is there a way to do this?
I have several different indices that I am toggling between each of which have different facets. I have successfully used the setIndex
method on the AlgoliaSearchHelper
instance but need to change the facets.
Is there a way to do this?
I was able to accomplish this using Algolia Helper using JavaScript to toggle between indices and dynamically loading the facets.