You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a configuration includes custom_settings.attributesForFaceting, the index's setting attributesForFaceting does not include tags anymore. This override the default_settings defined by the strategy. tags defined from start_urls are not longer handled as attributesForFaceting
Result:
It might broke the search for owner filtering over tags and break the search. Happens a lot with people using meta tags.
Workaround
Make sure configuration defines tags as a item from the collection custom_settings.attributesForFaceting
The text was updated successfully, but these errors were encountered:
Situation
When a configuration includes
custom_settings.attributesForFaceting
, the index's settingattributesForFaceting
does not includetags
anymore. This override thedefault_settings
defined by the strategy.tags
defined fromstart_urls
are not longer handled asattributesForFaceting
Result:
It might broke the search for owner filtering over
tags
and break the search. Happens a lot with people using meta tags.Workaround
Make sure configuration defines
tags
as a item from the collectioncustom_settings.attributesForFaceting
The text was updated successfully, but these errors were encountered: