Skip to content

_date on properties not working correctly. #16

@luisremis

Description

@luisremis

The following query follows the API and because of the _date is not working.
Make sure this is working and fully supported.

query = """
[
{
"AddEntity" : {
"class" : "doctor",
"properties": {
"name": "Mark",
"age": 5,
"speciality": "brains",
"dob": {"_date", "Sat Nov 1 18:59:24 PDT 1930"}
}
}
}
]
"""

Metadata

Metadata

Labels

BugIndicates unexpected or undesired behaviors

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions