You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix sort order query string in elastic search api. (#5490)
The sort order was parsed using the generated from_str_name method.
The spec of this method probably changed at one point, and we ended up
requiring sort order to be uppercase.
This PR changes the behavior to follow what we do when we parse a json
string, and adds unit tests.
Closes#5491
0 commit comments