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
main.ERROR: {"error":{"root_cause":[{"type":"parsing_exception","reason":"No value specified for terms query","line":1,"col":252}],"type":"x_content_parse_exception","reason":"[1:252] [bool] failed to parse field [must]","caused_by":{"type":"parsing_exception","reason":"No value specified for terms query","line":1,"col":252}},"status":400} [] []
Preconditions
Error occurs in Administration on category edit page.
When category is disabled on store 0 but enabled in other stores. This error will occour when viewing page of category edit when scope is all store views.
Preconditions
Error occurs in Administration on category edit page.
When category is disabled on store 0 but enabled in other stores. This error will occour when viewing page of category edit when scope is all store views.
Magento Version : 2.3.5-p2 CE
ElasticSuite Version : virtual category 2.9.0
Environment : all environments
Third party modules : none connected to this
Expected result
Actual result
have a look at :
elasticsuite/src/module-elasticsuite-virtual-category/Model/Rule.php
Line 152 in a7b14f0
there no query will be returned because category is_active == false
elasticsuite/src/module-elasticsuite-catalog/Plugin/Ui/Category/Form/DataProviderPlugin.php
Line 243 in a7b14f0
will add this empty query and so cause the error.
The text was updated successfully, but these errors were encountered: