-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
4c1e228
commit e08eb9f
Showing
2 changed files
with
68 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters