neo4j-contrib / neo4j-tinkerpop-api-impl

Implementation of Apache Licensed Neo4j API for Tinkerpop3
Other
24 stars 16 forks source link

Implemented findNodes with StringSearchMode #11

Closed ghost closed 5 years ago

ghost commented 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

jexp commented 5 years ago

Would you mind adding a Unit test for the change?

ghost commented 5 years ago

Ok! I will create a unit test and create a pull request.

jexp commented 5 years ago

I guess we then also have to upgrade the gremlin version for the procedures module to the next version.