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

Fix issue with completion suggester being parsed as term suggester. #347

Merged
merged 3 commits into from
Jan 25, 2023

Commits on Jan 25, 2023

  1. Fix issue with completion suggester being parsed as term suggester.

    This commit fixes the issue where a completion suggester search request
    was being parsed as a term suggester and failing due to "Missing
    required property 'TermSuggestOption.score'"
    
    This solution was originally proposed by Github user @apatrida
    
    Signed-off-by: Dan Hart <[email protected]>
    iamdanhart committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    23baad9 View commit details
    Browse the repository at this point in the history
  2. Remove commented code

    Signed-off-by: Dan Hart <[email protected]>
    iamdanhart committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6a692f3 View commit details
    Browse the repository at this point in the history
  3. Fix format of changelog item

    Signed-off-by: Dan Hart <[email protected]>
    iamdanhart committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    33f2bf4 View commit details
    Browse the repository at this point in the history