Navigation Menu

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 option name completion field #74

Merged
merged 11 commits into from Jul 2, 2020
Merged

Add option name completion field #74

merged 11 commits into from Jul 2, 2020

Conversation

adisbladis
Copy link
Member

Example query:

{
  "from": 0,
  "size": 0,
  "suggest": {
      "my-term": {
          "text": "ngixn",
          "completion": {
              "field": "option_name_completion",
              "skip_duplicates": true,
              "size": 10000,
              "fuzzy": {
                  "fuzziness": 1
              }
          }
      }
  }
}

Example query:
```
{
  "from": 0,
  "size": 0,
  "suggest": {
      "my-term": {
          "text": "ngixn",
          "completion": {
              "field": "option_name_completion",
              "skip_duplicates": true,
              "size": 10000,
              "fuzzy": {
                  "fuzziness": 1
              }
          }
      }
  }
}
```
@github-actions
Copy link
Contributor

github-actions bot commented Jun 9, 2020

@github-actions
Copy link
Contributor

@garbas garbas mentioned this pull request Jun 19, 2020
4 tasks
@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

github-actions bot commented Jul 2, 2020

@garbas garbas merged commit 1f8939b into master Jul 2, 2020
@garbas garbas deleted the complete-option-name branch July 2, 2020 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants