I'm looking to implement Algolia's faceting functionality into my Category pages. I have it working great for the search results, but is there anyway to define a set of results when the page loads? e.g Only records which category is 'Shorts' without having to hardlink to a facet/search URL?
Asked
Active
Viewed 183 times
1 Answers
0
You can add searchParameters
with an initial filter on the instantsearch instance. There you can add the filter, depending on how your faceting is set up.

Haroen Viaene
- 1,329
- 18
- 33
-
1Is there more meaty documentation/example of this? – JMKelley Jun 26 '17 at 17:18