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

Wildcard queries and regex don't run on indices (_id)s #9935

Closed
nithyanv opened this issue Mar 1, 2015 · 1 comment
Closed

Wildcard queries and regex don't run on indices (_id)s #9935

nithyanv opened this issue Mar 1, 2015 · 1 comment
Labels
discuss :Search/Search Search-related issues that do not fall into other categories

Comments

@nithyanv
Copy link

nithyanv commented Mar 1, 2015

Hi,

I have been trying to run wildcard queries against .kibana indices on ES 1.4.4. I am querying on _id. While prefix query runs, wildcard queries don't.

Example

curl localhost:9200/,kibana/_search?pretty -d '{"query":{"prefix":{"_id":"TC"}}}'

Gives results, but

curl localhost:9200/,kibana/_search?pretty -d '{"query":{"wildcard":{"_id":"TC*"}}}'

Gives me an empty result.

@clintongormley
Copy link

Duplicate of #15070

@clintongormley clintongormley added :Search/Search Search-related issues that do not fall into other categories and removed :Query DSL labels Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss :Search/Search Search-related issues that do not fall into other categories
Projects
None yet
Development

No branches or pull requests

2 participants