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

Autocompletion for "match" is missing "minimum_should_match" #10840

Closed
roujul opened this issue Mar 22, 2017 · 0 comments
Closed

Autocompletion for "match" is missing "minimum_should_match" #10840

roujul opened this issue Mar 22, 2017 · 0 comments
Labels
Feature:Console Dev Tools Console Feature Feature:Dev Tools

Comments

@roujul
Copy link

roujul commented Mar 22, 2017

GET products/_search
{
"query": {
"match": {
"productName": {
"query": "vegetarian baked beans",
"minimum_should_match": 2
}
}
},
"_source": {
"includes": ["price", "productName"]
},
"size": "100"
}

Whilst working on that example during the Code developer course, I noticed that the autocompletion in Kibana does not include "minimum_should_match" for "match.

Regards,

Julien

Kibana version:

Elasticsearch version:

Server OS version:

Browser version:

Browser OS version:

Original install method (e.g. download page, yum, from source, etc.):

Description of the problem including expected versus actual behavior:

Steps to reproduce:
1.
2.
3.

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Describe the feature:

@roujul roujul changed the title "minimum_should_match" missing in autocompletion Autocompletion for "match" is missing "minimum_should_match" Mar 22, 2017
@tbragin tbragin added Feature:Console Dev Tools Console Feature Feature:Dev Tools labels Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Console Dev Tools Console Feature Feature:Dev Tools
Projects
None yet
Development

No branches or pull requests

2 participants