Closed ghost closed 5 years ago
Implement the new operation in Neo4jGraphAPI allowing to find Nodes with a Label and a String property matching a given Template, using EXACT, PREFIX, SUFFIX or CONTAINS mode.
See also: https://issues.apache.org/jira/browse/TINKERPOP-2133
Would you mind adding a Unit test for the change?
Ok! I will create a unit test and create a pull request.
I guess we then also have to upgrade the gremlin version for the procedures module to the next version.
Implement the new operation in Neo4jGraphAPI allowing to find Nodes with a Label and a String property matching a given Template, using EXACT, PREFIX, SUFFIX or CONTAINS mode.
See also: https://issues.apache.org/jira/browse/TINKERPOP-2133