-
Notifications
You must be signed in to change notification settings - Fork 341
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
Cant save Category in large environment (Big Post) #1153
Comments
@Swahjak you got more details to fill in the blancs? |
The post data suggests that all attribute's that are filterable are displayed while only certain attributes affect the category. Since this is still a (relatively) small catalog I could see this "issue" increase in the future. Maybe only loading the relevant attributes could solve this problem. Maybe filtering the 'Use Default value' on post could reduce the post size as well, since this would be the most common case. |
Hello @Swahjak Yes, displaying only "relevant" attributes (attributes matching at least one product in the category, or attribute that have been customized for this category previously) is definitely something we were considering for this feature : better UX imho, and shall also fix this issue. We'll have a look on this one, Thank you for using our module and for having reported this. Regards |
to those relevant for the currently assigned products
to those relevant for the currently assigned products
to those relevant for the currently assigned products
to those relevant for the currently assigned products
to those relevant for the currently assigned products
to those relevant for the currently assigned products
to those relevant for the currently assigned products
to those relevant for the currently assigned products
Fixes #1153 Reducing list of filterable attributes
Fixed by PR #1164 that will be part of next minor release. |
Preconditions
Magento Version : 2.2.6 and 2.3
ElasticSuite Version : 2.6.x-dev
Environment : Developer
Third party modules :
Steps to reproduce
/admin/catalog/category/validate/
with alot of post entities [https://pastebin.com/XTjx9dAR]max_input_vars
but increasing those values doesnt seem to be an option in my opinion.Expected result
facet_config[][]
entities if they havent changed. (i dont think its nessecary to make such a big post for every time the category needs to be changed)Actual result
The text was updated successfully, but these errors were encountered: