-
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
GET v1/products/attribute-sets/sets/list inconsistent return result #11022
Comments
@manhao-chen Hello. |
I did provide some search criteria, but it appears to completely ignore them and return the full set of attributes-sets |
Yes i think so too , i just try to search like |
@manhao-chen, thank you for your report. |
These internal tickets MAGETWO-73867, MAGETWO-59723 exist for this issue. |
…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
Internal ticket to track issue progress: MAGETWO-81904 |
The issue has been fixed in 2.2-develop branch and will be available with 2.2.2 release soon |
… have not been included for further processing #11418
Internal ticket to track issue progress: MAGETWO-81910 |
…teria parameter have not been included for further processing #11432
Preconditions
currently i'm using the magento 2.1.9 clean fresh install
Steps to reproduce
i call the REST api with the following
http://URL/magento-219/rest/v1/products/attribute-sets/sets/list
Expected result
expect the full list of attribute-sets to be returned
Actual result
Steps to reproduce with search fieldname filled in
i call the REST api with the following
http://URL/magento-219/rest/v1/products/attribute-sets/sets/list?searchCriteria[filter_groups][0][filters][0][field]=attribute_set_name&searchCriteria[filter_groups][0][filters][0][condition_type]=eq&searchCriteria[filter_groups][0][filters][0][value]=someAttributeSet
Expected result
expect only someAttributeSet data returned
Actual result
i get the full list of data, it completely disregarded my search query
The text was updated successfully, but these errors were encountered: