Skip to content

Instantly share code, notes, and snippets.

@AntoinePlu
Created February 5, 2017 12:36
Show Gist options
  • Save AntoinePlu/196caf7f9d1651d113202a998d258b08 to your computer and use it in GitHub Desktop.
Save AntoinePlu/196caf7f9d1651d113202a998d258b08 to your computer and use it in GitHub Desktop.
search.addWidget(
instantsearch.widgets.refinementList({
container: '#tags',
attributeName: 'tags',
operator: 'or',
limit: 10,
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment