janusgraph-dotnet icon indicating copy to clipboard operation
janusgraph-dotnet copied to clipboard

Add missing text predicates

Open FlorianHockmann opened this issue 1 year ago • 1 comments

JanusGraph contains some text predicates which are not supported by JanusGraph.Net. These are at least the ones added in this PR: JanusGraph/janusgraph#2559, including textContainsPhrase and negations of all text predicates.

FlorianHockmann avatar Nov 27 '23 09:11 FlorianHockmann

I wanted to add support for this text predicates but then noticed that they aren't even supported by JanusGraph Server yet: janusgraph/janusgraph#4275. This needs to happen first before we can support it in JanusGraph.Net.

FlorianHockmann avatar Feb 28 '24 13:02 FlorianHockmann