• Resolved amitramani

    (@amitramani)


    I wanted to add the currentRefinements() widget to my InstantSearch page.

    here is the code I used

    				search.addWidget(
    					instantsearch.widgets.currentRefinements({
    						container: '#current-refinements',
    				})
    				);

    However, it appears that the plugin does not support this widget. I receive an error stating ” instantsearch.widgets.currentRefinements is not a function”

    Can someone confirm?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    At least based on what i’m seeing in the source code for what we have on GitHub, and the latest 1.3.0 release, we have a instantsearch.widgets.currentRefinedValues property but not a currentRefinements variation. Perhaps try out currentRefinedValues ?

Viewing 1 replies (of 1 total)
  • The topic ‘Current Refinements Not Supported?’ is closed to new replies.