0

I'm using the refinementlist widget. It works perfectly when I use an "or" operator. Although when I change the setting to an "and" operator it throws an error:

Uncaught Error: my_attribute.name is not a retrieved facet.

The facet is set in the dashboard in Attributes for faceting. (setting as searchable or not searchable doesn't make any difference) Any ideas?

tuhaj
  • 527
  • 7
  • 9

1 Answers1

2

What I had to do is set in my app.js

this.helper.state.facets = ['my_attribute.name']

And the magic worked. :-)

tuhaj
  • 527
  • 7
  • 9