-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix variable name in catalogsearch #33533
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
base: 2.4-develop
Are you sure you want to change the base?
Conversation
Fix variable name, the search engine has nothing to do with a default country in here
Hi @avoelkl. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Remove variable assignment
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
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.
✅ Approved.
Failed tests is not related to the changes.
But for green builds
@magento run WebAPI Tests, Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Hi @Den4ik, thank you for the review. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
@magento create issue |
✔️ QA PassedPreconditions:
Manual testing scenario:
No additional manual test cases are required as part of regression as there are minor changes in the PR. Builds are failed. Hence, moving this PR to Extended Testing. |
@magento run all tests |
@magento run all tests |
@magento run Functional Tests B2B |
Fix variable name, the search engine has nothing to do with a default country.PR Update: I've removed the unneccessary variable. Thanks for the idea @tzyganu ;-)
Description (*)
It's a bit strange and confusing to use a variable called $defaultCountry in the search engine module.
I've
renamedremoved the variable, there's no change in the behavior/logic of the method.Fixed Issues (if relevant)
none
Manual testing scenarios (*)
Change Search Engine in the magento admin panel:
Stores > Settings > Configuration > Catalog > Catalog > Catalog Search
Contribution checklist (*)
Resolved issues: