-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
#26708 Fix ORDER BY has two similar conditions by removing duplicated entries #26754
#26708 Fix ORDER BY has two similar conditions by removing duplicated entries #26754
Conversation
Hi @joridos. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to dig deeper here and understand the reason of duplicate values, but not just filtering them. I would suggest to debug and find the place where previous orderBy
is being added.
He is called twice because Back on sort order creation on Digging deep I could see that
And because of on @lenaorobei do u have any suggeston? |
Wow, that's interesting. Let's try to remove redundant |
I remove the |
@joridos are you still up to finishing this PR? |
@lenaorobei Right now i'm with no free time work with this, sorry :( |
@joridos I will have to close this PR so somebody else can take this issue. Feel free to reopen at any time if you want to continue working on it. |
Hi @joridos, thank you for your contribution! |
Description (*)
Fixed the order by duplication problem.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)