Magento Version : 2.2.6 and 2.3
ElasticSuite Version : 2.6.x-dev
Environment : Developer
Third party modules :
/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. 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)



@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
Fixed by PR #1164 that will be part of next minor release.
Most helpful comment
Fixed by PR #1164 that will be part of next minor release.