Skip to content
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

[FEATURE] Sort spec fields (e.g. parameters) #352

Closed
dblock opened this issue Jun 21, 2024 · 0 comments · Fixed by #369
Closed

[FEATURE] Sort spec fields (e.g. parameters) #352

dblock opened this issue Jun 21, 2024 · 0 comments · Fixed by #369
Labels
enhancement New feature or request

Comments

@dblock
Copy link
Member

dblock commented Jun 21, 2024

Is your feature request related to a problem?

Looking at the missing parameter in #273 we find unsorted refs.

        - $ref: '#/components/parameters/search::query.allow_partial_search_results'
        - $ref: '#/components/parameters/search::query.typed_keys'
        - $ref: '#/components/parameters/search::query.version'
        - $ref: '#/components/parameters/search::query.seq_no_primary_term'

It's difficult to see which fields are missing when comparing to the docs in https://opensearch.org/docs/latest/api-reference/search/.

What solution would you like?

Similar to #272, sort everything that makes sense to be sorted alphabetically, starting with parameters.

@dblock dblock added enhancement New feature or request untriaged and removed untriaged labels Jun 21, 2024
@dblock dblock changed the title [FEATURE] Sort spec fields [FEATURE] Sort spec fields (e.g. parameters) Jun 21, 2024
@dblock dblock removed the untriaged label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant