Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Setting attributesForFaceting from the config overrides Algolia settings #490

Open
s-pace opened this issue Sep 13, 2019 · 2 comments

Comments

@s-pace
Copy link
Contributor

s-pace commented Sep 13, 2019

Situation

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

@JOHNMDAY-CREATE
Copy link

tags
<Bug attributesForFaceting[](default_overrides >

@JOHNMDAY-CREATE
Copy link

`<tags=Custom_settings.attributesForFaceting>``
Tags<start_urls>#490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants