-
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
Search terms - products are not sorting manually on the frontend #2305
Comments
Hello @kczaplinska, Unfortunately, I was not able to reproduce your issue. I've tried to check it on my three test environments with fresh Magento EE 2.4.2 & ES 2.10.7, Magento EE 2.4.2-p2 & ES 2.10.6, Magento EE 2.4.3 & ES 2.10.6. In all test cases, I have the same result, manual sorting for selected products was applied on the frontend as expected. You can see it in my screenshot below:
So my guess is that maybe your custom modules can somehow affect your problem, or maybe you are using a custom design theme that can also affect it. In my tests, I used a default Magento theme like Luma. BR, |
This issue was waiting update from the author for too long. |
I think @rbayet is investigating this one. I reopen. |
This issue was waiting update from the author for too long. |
I do not reproduce this one either with the said versions. We'll need more details to investigate. Are you using a custom theme ? |
Hi @romainruaud |
Hello @kczaplinska, Could you provide screenshots from your website (frontend/backend) as I pasted in my comment? Also, maybe after migration, there are some issues that are linked to the database, you should check if all tables and columns are properly created. BR, |
This issue was waiting update from the author for too long. |
Preconditions
Magento Version : 2.4.2-p2
ElasticSuite Version : 2.10.6
Environment: developer and production mode
Third party modules: our custom modules
Steps to reproduce
Expected result
Actual result
Manual sort is not applied.
Products are displaying randomly. The product I want to be first is not.
Additional information
We found out that one line was removed in this PR, which is (probably) causing this issue but it is in magento module - magento/magento2#27263
After adding this line: " $this->addToolbarBlock($collection); " the sorting products by manual sort are working, and for now it is our workaround for that.
The text was updated successfully, but these errors were encountered: