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
Similar to issue #2998 I'm also getting an empty array for the items.
After debugging I see in function \Smile\ElasticsuiteCatalog\Model\Attribute\LayeredNavAttributesProvider::isLayeredNavAttribute it returns always false. The problem comes from \Smile\ElasticsuiteCatalog\Model\Attribute\LayeredNavAttributesProvider::getList function which checks the property $this->attributes which is an empty array not yet populated.
So I'm assuming there's some sort of initialization that's failing in my case.
If you could provide some insight as to how and when the attributes property is initialized with data, I could dig further
I also don't see anything in di.xml that could have added values to the array or anything that's invoked before it's injected.
I'm not sure how to reproduce this as I've never faced this issue before. It's a standard installation of the elastic suite and I removed all other modules affecting layered navigation or search.
Expected result
Show more yields more options
Actual result
Show more removes everything from the attribute filter
firefox_tb1o1qNZyY.mp4
The text was updated successfully, but these errors were encountered:
Similar to issue #2998 I'm also getting an empty array for the items.
After debugging I see in function
\Smile\ElasticsuiteCatalog\Model\Attribute\LayeredNavAttributesProvider::isLayeredNavAttribute
it returns always false. The problem comes from\Smile\ElasticsuiteCatalog\Model\Attribute\LayeredNavAttributesProvider::getList
function which checks the property$this->attributes
which is an empty array not yet populated.So I'm assuming there's some sort of initialization that's failing in my case.
If you could provide some insight as to how and when the
attributes
property is initialized with data, I could dig furtherI also don't see anything in di.xml that could have added values to the array or anything that's invoked before it's injected.
Preconditions
Magento Version :2.4.4
ElasticSuite Version : 2.10.23.2
Environment : Developer
Third party modules :
Steps to reproduce
Expected result
Actual result
firefox_tb1o1qNZyY.mp4
The text was updated successfully, but these errors were encountered: