-
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
Customer review report search Bug in 2.1.x, 2.2 #10301
Comments
Hey @Prince108 , We are facing same issue ! let us know if you found any patch. Thanks, |
Its solved need to update two files
|
@dev-Dhaval thanks for your reply. But this will not work. I have debugged code and found the issue.
Case 1 : each column assigns by the alias like 'customer_name`, 'review_cnt', ... that's fine. But when we search on grid It is taking wrong data. |
@Prince108 , your query look like coming from cache. because in our updated code have not use |
@dev-Dhaval, I print this query in default Magento collection.php without changes. what I am trying to say that $this->_joinCustomers() returns right query. You can debug and share your thoughts on it. |
@Prince108 Hi. Thanks for your feedback. The internal ticket MAGETWO-70955 was created to address this issue. |
This issue still continues in Magento 2.1.8 and Magento 2.2 also in Magento 2.2 EE. I have developed simple module to overcome this issue. If you need I can share with you. Thank You |
@mageprince, thank you for your report. |
Assign to me |
Created PR's and BackPorts |
The issue has been fixed in 2.2-develop branch. |
Internal ticket to track issue progress: MAGETWO-82179 |
Internal ticket to track issue progress: MAGETWO-82176 |
Internal ticket to track issue progress: MAGETWO-82178 |
Preconditions
Steps to reproduce
Expected result
Actual result
review
ASmain_table
The text was updated successfully, but these errors were encountered: