-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search Relevance/Suggesters"Did you mean" and suggestions as you type"Did you mean" and suggestions as you type>bugTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearch
Description
Elasticsearch version:
5.2.0
Description of the problem including expected versus actual behavior:
Result is IllegalArgumentException. Expected empty strings to be ignored.
Is this an issue? If not, is there a recommended resolution?
Steps to reproduce:
In Sense:
PUT twitter
{
"mappings": {
"tweet": {
"properties": {
"message": {
"type": "completion"
}
}
}
}
}
PUT twitter/tweet/3
{
"message" : ""
}
Edit: Updated description to simpler example.
Metadata
Metadata
Assignees
Labels
:Search Relevance/Suggesters"Did you mean" and suggestions as you type"Did you mean" and suggestions as you type>bugTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearch