Skip to content

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

@peburrows

Description

@peburrows

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions