OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
OrientDB Version: 3.2.10
Java Version: 11
OS: windows wsl
Expected behavior
When I execute query
It returns the vertex I need. However, when I execute:
It won't return anything. I noticed that the same operation is supported in Tinkergraph
Steps to reproduce
I used org.apache.tinkerpop.gremlin.driver.Cluster.open() to connect and execute queries.