-
Notifications
You must be signed in to change notification settings - Fork 347
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
smile_elasticsuite_thesaurus_store not updating #674
Comments
Enable Synonyms Search: Yes |
Seems like
Works as expected. |
Smile\ElasticsuiteThesaurus\Model\ResourceModel\Thesaurus private function saveStoreRelation(\Magento\Framework\Model\AbstractModel $object) $storeIds = $object->getStoreIds(); returns an empty array when single store mode is on Not sure if $storesIds is supposed to return a value when on single store mode, and is part of another issue? |
Confirmed. Store relation is not stored properly when using single store mode. Should be defaulted in this case. I will provide a fix for this one to 2.4.x and master version. Regards, and thank you for reporting it. |
PR #676 have been merged in branch 2.4.x. |
Preconditions
Magento Version : 2.2.2 EE
ElasticSuite Version : 2.4
Environment : Dev
Third party modules :
Steps to reproduce
Expected result
Actual result
Anyone have this issue? How could we debug it?
If we manually add the thesaurus_id, store_id to smile_elasticsuite_thesaurus_store and reindex ... works as expected.
The text was updated successfully, but these errors were encountered: