-
Notifications
You must be signed in to change notification settings - Fork 62
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
Corrected Search Body Sort #563
Conversation
Signed-off-by: Theo Truong <[email protected]>
Signed-off-by: Theo Truong <[email protected]>
Changes AnalysisCommit SHA: f780087 API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/10783209861/artifacts/1911782755 API Coverage
|
Spec Test Coverage Analysis
|
Signed-off-by: Theo Truong <[email protected]>
- synopsis: Body Sort by year:asc,title:desc. | ||
path: /{index}/_search | ||
parameters: | ||
index: sorted_movies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be movies
like everywhere else.
request: | ||
payload: | ||
sort: | ||
- title: {order: asc} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For later, surprised the linter isn't picking up the lack of space in {order
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it actually complained when I had it.
Closes #529
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.