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

A dot (.) in a property name causes an error #33

Open
peburrows opened this issue Dec 22, 2017 · 0 comments
Open

A dot (.) in a property name causes an error #33

peburrows opened this issue Dec 22, 2017 · 0 comments

Comments

@peburrows
Copy link
Owner

Attempting to push something like:

%{"my.key" => "value"}

Will result in the following error:

{:error, 
  %Diplomat.Proto.Status{code: 3, 
    details: [], 
    message: "property.name contains a path delimiter, \
              and the entity contains one or more indexed entity value."}}

This is expected, but there ought to be a way to have Diplomat transparently account for this and prevent the error.

@peburrows peburrows changed the title Dots (.) in property names cause an error A dot (.) in a property name causes an error Dec 22, 2017
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

No branches or pull requests

1 participant