-
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
FIX #11022 in 2.2-develop: Filter Groups of search criteria parameter have not been included for further processing #11421
FIX #11022 in 2.2-develop: Filter Groups of search criteria parameter have not been included for further processing #11421
Conversation
#fixes 11022
Hi @davidverholen just to keep you updated with this PR. The code causes an issue with the swagger implementation. If you try to run the api call via swagger you end up getting the following error.
I will investigate this and try to fix this issue for you. |
The problem is not with the changes you have made but with how swagger and the search criteria works or better to say does not work. More information can be found in #11477 |
…teria parameter have not been included for further processing #11421
[EngCom] Public Pull Requests - 2.2-develop - MAGETWO-82724 Allow coupon code with special charater to be applied to order in checkout #11710 - MAGETWO-82675 Add a health check to the NGINX configuration sample #11690 - MAGETWO-82562 Coupon codes not showing in invoice #11635 - MAGETWO-82535 Fixed ability to set field config from layout xml #11302 [backport 2.2] #11643 - MAGETWO-81146 Fixing #10275 keyboard submit of adminhtml suggest form. #11250 - MAGETWO-82761 [Backport 2.2-develop] Dashboard Fix Y Axis for range #11751 - MAGETWO-82748 Fix Notice: freePackageValue is undefined #11720 - MAGETWO-82747 [TASK] Updated user.ini according to Magento DevDocs #11734 - MAGETWO-82537 MAGETWO-81311: Check the length of the array before attempting to sli… #11637 - MAGETWO-81970 Add missing translations in Magento_UI #11440 - MAGETWO-81904 FIX #11022 in 2.2-develop: Filter Groups of search criteria parameter have not been included for further processing #11421 - MAGETWO-82179 Fix Filter Customer Report Review 2.2-develop [Backport] #11522
Description
The Filter Groups and the Sort Order of the $searchCriteria parameter have not been included in the searchCriteria Object that is finally provided for the eav set repository.
This Pull request sets the filtergroups and sort order in the searchCriteriaBuilder
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist
//cc @dmanners