Unable to use text predicates like 'textContains' in gremlin python
I know that it's already mentioned in the janusgraph documentation that these predicates are not supported by gremlin python because they aren't supported by tinkergraph either.
I saw in this thread: questionsJanusGraph 1.0 full-text search predicate in python - broken that we should write our own serializer and if it's the only way to get it working or is there any alternative
I saw in this thread: questionsJanusGraph 1.0 full-text search predicate in python - broken that we should write our own serializer and if it's the only way to get it working or is there any alternative
Solution
To use JanusGraph-specific predicates, you would need to swap gremlin-python with janusgraph-python I believe: https://github.com/JanusGraph/janusgraph-python#text-predicates
Can you give this a try?
Can you give this a try?
GitHub
JanusGraph Python Gremlin Language Variant (GLV). Contribute to JanusGraph/janusgraph-python development by creating an account on GitHub.