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 parsing of array query properties in JSON payload #8697

Merged
merged 3 commits into from Mar 7, 2019

Commits on Mar 7, 2019

  1. Fix parsing of array query properties in JSON payload

    These were translated to request properties by calling
    asString on the payload, which returns an empty value for arrays.
    toString returns the correct value.
    
    This also improves error messages for Slime JSON parsing
    of queries, and in general.
    Jon Bratseth committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    9507be1 View commit details
    Browse the repository at this point in the history
  2. Update abi spec

    Jon Bratseth committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c2f5680 View commit details
    Browse the repository at this point in the history
  3. Update container-search/src/main/java/com/yahoo/search/Query.java

    Co-Authored-By: bratseth <bratseth@oath.com>
    henrhoi and bratseth committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    bb8ce19 View commit details
    Browse the repository at this point in the history