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
I am using Magento 2.4.1.
I spend hours to debug this issue, I thought this is elasticsearch issue but no, this is this extension issue:
main.CRITICAL: {"error":{"root_cause":[{"type":"parsing_exception","reason":"[terms] unknown token [START_ARRAY] after [ln_filter]","line":1,"col":223}],"type":"parsing_exception","reason":"[terms] unknown token [START_ARRAY] after [ln_filter]","line":1,"col":223},"status":400} {"exception":"[object] (Elasticsearch\Common\Exceptions\BadRequest400Exception(code: 400): {"error":{"root_cause":[{"type":"parsing_exception","reason":"[terms] unknown token [START_ARRAY] after [ln_filter]","line":1,"col":223}],"type":"parsing_exception","reason":"[terms] unknown token [START_ARRAY] after [ln_filter]","line":1,"col":223},"status":400} at /vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:632)"} []
The text was updated successfully, but these errors were encountered:
@himanitayal010 This the issue caused with ElasticSearch when filter Multivalued on Magento this module just extends from feature Magento. Guys can refer here report here magento/magento2#18802
magento-2-layered-navigation/Model/Layer/Filter/Attribute.php
Line 69 in b3adcf1
I am using Magento 2.4.1.
I spend hours to debug this issue, I thought this is elasticsearch issue but no, this is this extension issue:
main.CRITICAL: {"error":{"root_cause":[{"type":"parsing_exception","reason":"[terms] unknown token [START_ARRAY] after [ln_filter]","line":1,"col":223}],"type":"parsing_exception","reason":"[terms] unknown token [START_ARRAY] after [ln_filter]","line":1,"col":223},"status":400} {"exception":"[object] (Elasticsearch\Common\Exceptions\BadRequest400Exception(code: 400): {"error":{"root_cause":[{"type":"parsing_exception","reason":"[terms] unknown token [START_ARRAY] after [ln_filter]","line":1,"col":223}],"type":"parsing_exception","reason":"[terms] unknown token [START_ARRAY] after [ln_filter]","line":1,"col":223},"status":400} at /vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:632)"} []
The text was updated successfully, but these errors were encountered: