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

Clarify that path_match also considers object fields. #41658

Merged
merged 2 commits into from
May 6, 2019

Commits on Apr 29, 2019

  1. Clarify that path_match also considers object fields.

    The `path_match` and `path_unmatch` parameters in dynamic templates match on
    object fields in addition to leaf fields. This is not obvious and can cause
    surprising errors when a template is meant for a leaf field, but there are
    object fields that match. This PR adds a note to the docs to describe the
    current behavior.
    jtibshirani committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    9fe36b5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    fb7c33d View commit details
    Browse the repository at this point in the history