-
Notifications
You must be signed in to change notification settings - Fork 340
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
Category view, product sorting in frontend #787
Comments
Hi @gewaechshaus, The scripting configuration have change in ElasticSearch 5.x. I suspect, your serialization problem is related to a low Please tell me if it solve your issue. |
Hi @afoucret , I did enlarge the |
Did you clean the cache and have you reindex everything after the update ? |
For sure, I did a indexer:reindex, cache:clean, cache:flush. As it didn't had an effect, I also restarted all related services |
To be clear : are you talking about the manual product sorting ? |
Yes, we did sort all categories manualy. This works in backend, but doesn't work in frontend. |
OK. Think I got it. |
Flushed the redis-cli, no effect. Stumbled upon https://magento.stackexchange.com/questions/194010/magento-2-2-unable-to-unserialize-value |
PR #790 will fix this one. Feel free to test it and give us a feedback. BR |
Does work! Fixed. Many many thanks!! |
Fix #787 : Manual sort order is broken.
@afoucret - and btw, mad respect for the merchandiser, real awesome |
The 2.5.4 release is out and contains the patch |
Hello,
after updating elasticsuite to 2.5.3 by composer and elasticsearch to 5.6.8 (from 2.x) the category lists product sorting in frontend doesn't work anymore. I think this could be related to the elasticsearch scripting module. However, the script flags mentioned in the 2.x wiki (https://github.com/Smile-SA/elasticsuite/wiki/ServerConfig-2.x)
seems to be replaced in elasticsearch 5?
We did replace script.indexed as it throws out a java exception. Can somebody who is deeper into elastic demistify this?
Another thing we noticed in context, is an error in magentos system.log
Possible related to
elasticsuite/src/module-elasticsuite-virtual-category/Plugin/Catalog/Category/SaveProductsPositions.php
Line 77 in e0d4e5e
The text was updated successfully, but these errors were encountered: