janusgraph-dotnet
janusgraph-dotnet copied to clipboard
Add missing text predicates
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.
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.