Skip to content

Conversation

@pkarw
Copy link
Collaborator

@pkarw pkarw commented Dec 29, 2019

Related Issues

After the refactoring - the attributes filter wasn't filtering the attributes properly: which resulted in the additional network call each time the product query was about to execute.

Actually - it was rather querying ElasticSearch for the nonfiltered attributes like configurable_children.price. The filter is removing the multipart attributes (that never existed in elastic search).

So maybe it's not generating the additional network call but in the end, it's querying Elastic for the attributes that should be switched off (the next time they're not used for a query as they're added to the blacklist I guess)

@pkarw pkarw requested a review from andrzejewsky December 29, 2019 14:09
@andrzejewsky andrzejewsky changed the base branch from release/v1.11 to hotfix/v1.11.1 December 30, 2019 17:54
…which resulted the additional network call each time product query was about to execute
@andrzejewsky andrzejewsky force-pushed the bugfix/attribute_filter branch from 7afa6f8 to b6c3d7a Compare December 30, 2019 18:15
@andrzejewsky andrzejewsky merged commit 71a1dfe into hotfix/v1.11.1 Dec 30, 2019
@filrak filrak deleted the bugfix/attribute_filter branch March 19, 2021 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants