-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Allow mismatched sort-by field types if there are no docs to sort #102779
Allow mismatched sort-by field types if there are no docs to sort #102779
Conversation
Pinging @elastic/es-search (Team:Search) |
Hi @benwtrent, I've created a changelog YAML for you. |
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.
@benwtrent Thanks Ben for fixing a bug.
@elasticmachine update branch |
jenkins retest this please. |
run elasticsearch-ci |
@elasticmachine update branch |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…astic#102779) When searching multiple indices and a field only exists in ONE of the indices, we should allow sorting by that field, regardless of the "unmapped" type provided. closes: elastic#102723 (cherry picked from commit 43dc74b)
…ort (#102779) (#102834) * Allow mismatched sort-by field types if there are no docs to sort (#102779) When searching multiple indices and a field only exists in ONE of the indices, we should allow sorting by that field, regardless of the "unmapped" type provided. closes: #102723 (cherry picked from commit 43dc74b) * fixing compile * fixing format
When searching multiple indices and a field only exists in ONE of the indices, we should allow sorting by that field, regardless of the "unmapped" type provided.
closes: #102723