Piotr Mikstacki

Results 4 comments of Piotr Mikstacki

Hi Hannes, The exact cypher query is: ```OpenCypher MATCH(n:Person) WHERE n.name='Adam' AND n.Age = 18 RETURN n ``` I am starting to get "the mess" in the Expression Evaluation. I...

Any updates on this issue (serialization of abstract types)? Also @atruskie your solution is the best that I've seen by far. But either options - writing type resolver and tagging...

Hi @CestLucas! If you mean this feature of Neo4J - [https://neo4j.com/labs/neosemantics/4.0/inference/](https://neo4j.com/labs/neosemantics/4.0/inference/) it looks very interesting and worth implementing into SliccDB. I have two ideas how this could work, but I...

Oh, I see that this is just graph traversal. Actually I've never thought of that because I use sliccDB for use cases not requiring this feature. I will try to...