-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Frontend product sorting via POST? #656
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
Comments
@tzyganu, athanks for reporting this! I will forward the ticket to the team. |
@verklov So is this a bug or a feature? Or are you waiting for a response from the team? |
Internal ticket: MAGETWO-28212 |
Hi @tzyganu - this is on our radar for near term development ( within a month ). We got this feedback from our tech forum and have a few stories to address them ( + MAGETWO-31677 ). You'll notice that we weren't terribly consistent with our REST route naming in addition to the PUTs vs GETs for search. Originally we went with PUT as we thought the search criteria query was too complex and could run over the 2k character limit that IE8 has. After feedback we decided to change them to GETs and put an epic in for post 2.0 GA to revise how we handle the search criteria parameter as it's a tad wordy to create a query with a mix of and's and or's. It would be (hint hint) awesome if someone wanted to submit a PR to make the search criteria parameter a bit more user friendly. Closing since we've got this tracked internally and ready to be done by Dev RC. |
APIs have been changed to be GET's from PUT's for list operations. Dropping myself from the assignee list. |
It looks like this is changed to GET requests now. I'm closing the issue. In case someone has something else to add, or I missed something, this can be reopened. |
[Fiwi] Fix of Backward incompatible changes - 2.1.3
This is more a question than an issue, but it might be an issue.
I asked the same thing on magento.stackexchange.
Is there a reason to why the frontend product list sorting is done via POST instead of GET?
In my opinion is more user friendly to have it via GET. This way the customer can bookmark a link or share it with the products already sorted his desired criteria.
The text was updated successfully, but these errors were encountered: