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

Add support for search_type parameter #89

Open
dadoonet opened this issue Mar 18, 2018 · 2 comments
Open

Add support for search_type parameter #89

dadoonet opened this issue Mar 18, 2018 · 2 comments

Comments

@dadoonet
Copy link
Contributor

Let say I want to run the following query in elasticsearch:

GET .bano/_search?search_type=dfs_query_then_fetch
{
  "size": 1,
  "query": {
     "match": {
       "foo": "bar"
     }
  }
}

I can't specify the search_type parameter in this elasticsearch plugin.
Would be nice to add a support for it.

@woodchalk
Copy link

+1

@sethyes
Copy link

sethyes commented Jun 11, 2018

+1, I'm trying to get the _count functionality to work..

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

No branches or pull requests

4 participants