Skip to content
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

Index children SKUs for configurable #6

Open
real34 opened this issue Sep 19, 2019 · 0 comments
Open

Index children SKUs for configurable #6

real34 opened this issue Sep 19, 2019 · 0 comments

Comments

@real34
Copy link
Member

real34 commented Sep 19, 2019

In order to match ElasticSuite for M2 format, configurable products should have a list of their own SKU + their children's SKU.

It allows to find a product by SKU of another one not visible individually.

Current

Nothing

Expected

"type_id": "configurable",
"sku": [
"VT08"
,
"VT08-RN-XS"
,
"VT08-RN-S"
,
"VT08-RN-M"
,
"VT08-RN-L"
,
"VT08-MT-XS"
,
"VT08-MT-S"
,
"VT08-MT-M"
,
"VT08-MT-L"
,
"VT08-LL-XS"
,
"VT08-LL-S"
,
"VT08-LL-M"
,
"VT08-LL-L"
,
"VT08-LA-XS"
,
"VT08-LA-S"
,
"VT08-LA-M"
,
"VT08-LA-L"
],
@real34 real34 added this to the 2.0 milestone Sep 19, 2019
real34 added a commit that referenced this issue Sep 23, 2019
```
Fatal error: Uncaught Error: Call to undefined method Smile_ElasticSearch_Model_Resource_Engine_Elasticsearch::isLeyeredNavigationAllowed() in /var/www/html/app/code/core/Mage/CatalogSearch/Block/Layer.php:81 Stack trace: #0 /var/www/html/app/design/frontend/rwd/default/template/catalog/layer/view.phtml(34): Mage_CatalogSearch_Block_Layer->canShowBlock() #1 /var/www/html/app/code/core/Mage/Core/Block/Template.php(241): include('/var/www/html/a...') #2 /var/www/html/app/code/core/Mage/Core/Block/Template.php(273): Mage_Core_Block_Template->fetchView('frontend/rwd/de...') #3 /var/www/html/app/code/core/Mage/Core/Block/Template.php(287): Mage_Core_Block_Template->renderView() #4 /var/www/html/app/code/core/Mage/Core/Block/Abstract.php(923): Mage_Core_Block_Template->_toHtml() #5 /var/www/html/app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml() #6 /var/www/html/app/code/core/Mage/Core/Block/Abstract.php(923): Mage_Core_Block_Text_List->_toHtml() #7 /var/www/html/app/code/core/Mage/Core/Block/Ab in /var/www/html/app/code/core/Mage/CatalogSearch/Block/Layer.php on line 81
```

refs #1
@real34 real34 removed this from the 2.0 milestone Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant