Closed isclayton closed 5 years ago
Thank you for that easily reproducible example and the line where it fails. "constraints" block lets you specify values to compare for a given property key. The json array in your example is missing what to compare with. However, this shouldn't crash the server. Should just return an error.
Not sure if FindEntity is intended to support query by "type" property, but in any event, this crashes the server (Running docker container intellabs/vdms:latest)
To reproduce:
Send FindEntity query like:
While this query has no type value, I think you can reproduce by providing values as well. Error:
Looks like some additional validation is needed, but I haven't dug too deep into it.