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 new float support to console autocomplete #7853

Merged
merged 1 commit into from
Jul 27, 2016

Commits on Jul 26, 2016

  1. Add new float support to console autocomplete

    Elasticsearch added a couple new data types, half_float and
    scaled_float, so we should include those in Console's autocomplete
    suggestions for mappings. Scaled_float also has a required parameter
    called scaling_factor, which we suggest a sensible default for when
    autocompleted. We talked about leaving the value empty, forcing the user
    to pick a value, but the autocompleter doesn't seem to support blank
    values.
    
    Fixes: elastic#7811
    Related: elastic#7782
    Bargs committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    a413b5c View commit details
    Browse the repository at this point in the history