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

Deserialize sort short forms #4806

Merged
merged 1 commit into from Jun 30, 2020
Merged

Deserialize sort short forms #4806

merged 1 commit into from Jun 30, 2020

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Jun 23, 2020

This commit updates SortFormatter to be able
to deserialize sorts that specify only the field
name as a string, or only specify a sort order
value.

Fixes #4797

This commit updates SortFormatter to be able
to deserialize sorts that specify only the field
name as a string, or only specify a sort order
value.

Fixes #4797
@russcam russcam merged commit cce4b1a into master Jun 30, 2020
@russcam russcam deleted the fix/4797 branch June 30, 2020 00:22
github-actions bot pushed a commit that referenced this pull request Jun 30, 2020
This commit updates SortFormatter to be able
to deserialize sorts that specify only the field
name as a string, or only specify a sort order
value.

Fixes #4797
github-actions bot pushed a commit that referenced this pull request Jun 30, 2020
This commit updates SortFormatter to be able
to deserialize sorts that specify only the field
name as a string, or only specify a sort order
value.

Fixes #4797
russcam added a commit that referenced this pull request Jun 30, 2020
This commit updates SortFormatter to be able
to deserialize sorts that specify only the field
name as a string, or only specify a sort order
value.

Fixes #4797

Co-authored-by: Russ Cam <russ.cam@elastic.co>
russcam added a commit that referenced this pull request Jun 30, 2020
This commit updates SortFormatter to be able
to deserialize sorts that specify only the field
name as a string, or only specify a sort order
value.

Fixes #4797

Co-authored-by: Russ Cam <russ.cam@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RequestResponseSerializer.Deserialize<SearchRequest> fails with short order syntax
1 participant