-
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
CompletionFieldMapper should ignore null values #33200
Labels
>bug
good first issue
low hanging fruit
:Search Relevance/Suggesters
"Did you mean" and suggestions as you type
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Comments
jimczi
added
>bug
good first issue
low hanging fruit
help wanted
adoptme
:Search Relevance/Suggesters
"Did you mean" and suggestions as you type
labels
Aug 28, 2018
Pinging @elastic/es-search-aggs |
@jimczi I think I'm going to have a go at fixing this, can you please assign this ticket to me? |
Thanks @tony-dillon , we cannot assign issue to users but feel free to work on it. I'll remove the adoptme label. |
tony-dillon
added a commit
to tony-dillon/elasticsearch
that referenced
this issue
Aug 28, 2018
… be added to ignored fields
tony-dillon
added a commit
to tony-dillon/elasticsearch
that referenced
this issue
Aug 30, 2018
tony-dillon
added a commit
to tony-dillon/elasticsearch
that referenced
this issue
Aug 30, 2018
tony-dillon
added a commit
to tony-dillon/elasticsearch
that referenced
this issue
Aug 30, 2018
…t. restored else if. updated test to assert ignored fields is null
tony-dillon
added a commit
to tony-dillon/elasticsearch
that referenced
this issue
Aug 30, 2018
tony-dillon
added a commit
to tony-dillon/elasticsearch
that referenced
this issue
Aug 30, 2018
tony-dillon
added a commit
to tony-dillon/elasticsearch
that referenced
this issue
Aug 30, 2018
tony-dillon
added a commit
to tony-dillon/elasticsearch
that referenced
this issue
Aug 30, 2018
jimczi
pushed a commit
that referenced
this issue
Sep 3, 2018
Ignore null value on the completion field Closes #33200
jimczi
pushed a commit
that referenced
this issue
Sep 3, 2018
Ignore null value on the completion field Closes #33200
javanna
added
the
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
label
Jul 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
>bug
good first issue
low hanging fruit
:Search Relevance/Suggesters
"Did you mean" and suggestions as you type
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Today the
completion
field throws an exception if the json input is an explicitnull
value.The other field types just ignore these inputs so I don't see a reason why we should do differently here.
This would also allow unsetting suggestions in the partial update case.
The text was updated successfully, but these errors were encountered: