Text predicate not serializable (containsPhrase, notContainsX, etc)

Hello,
JanusGraphPSerializer is missing several predicates, this is causing a timeout exhausting all opened connexion when we're calling these predicates.
I fixed this locally, I can do a merge request, but i haven't found the related issue.

Here are the 8 missing predicates :

textContainsPhrase
textNotContains
textNotContainsPrefix
textNotContainsRegex
textNotContainsFuzzy
textNotContainsPhrase
textNotPrefix
textNotRegex
textNotFuzzy
image.png
image.png
Was this page helpful?