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

multi_match doesn't complain it type is not recognized #4964

Closed
s1monw opened this issue Jan 31, 2014 · 0 comments
Closed

multi_match doesn't complain it type is not recognized #4964

s1monw opened this issue Jan 31, 2014 · 0 comments

Comments

@s1monw
Copy link
Contributor

s1monw commented Jan 31, 2014

if you run something like this today:

"multi_match" : {
   "query" : "mastodon aragon",
   "fields" : [ "Artist", "Album" ],
    "type":"something_that_does_not_exists"
}

the multi_match query just defaults to bool instead of throwing an exception which it should.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant