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

Ignored filter parameter in _mtermvectors REST request #12311

Closed
alexksikes opened this issue Jul 17, 2015 · 0 comments
Closed

Ignored filter parameter in _mtermvectors REST request #12311

alexksikes opened this issue Jul 17, 2015 · 0 comments
Labels
>bug :Core/Infra/REST API REST infrastructure and utilities :Search/Search Search-related issues that do not fall into other categories

Comments

@alexksikes
Copy link
Contributor

This only happens when using ids with parameters. For example in a request such as this one:

GET index/type/_mtermvectors
{
  "ids": [ ... ],
  "parameters": {
    "fields": [ ... ],
    "filter": {
      "max_num_terms": 3
    }
  }
}
@alexksikes alexksikes added >bug :Term Vectors :Core/Infra/REST API REST infrastructure and utilities labels Jul 17, 2015
alexksikes added a commit to alexksikes/elasticsearch that referenced this issue Jul 24, 2015
This makes sure the `filter` parameter is correctly parsed in a multi-term
vector request when using `ids` and `parameters`.

Closes elastic#12311
Closes elastic#12312
@clintongormley clintongormley added :Search/Search Search-related issues that do not fall into other categories and removed :Term Vectors labels Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Core/Infra/REST API REST infrastructure and utilities :Search/Search Search-related issues that do not fall into other categories
Projects
None yet
Development

No branches or pull requests

2 participants