-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing text predicates #165
Comments
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
added a commit
that referenced
this issue
Nov 29, 2024
Notable changes: * Support for JanusGraph 1.1.0 * Gremlin.Net updated to 3.7.3 (JanusGraph 1.1.0 also uses TinkerPop 3.7.3) * Missing text predicates added (mostly negations, but also `TextContainsPhrase`) Fixes #165 Signed-off-by: Florian Hockmann <[email protected]>
FlorianHockmann
added a commit
that referenced
this issue
Nov 29, 2024
Notable changes: * Support for JanusGraph 1.1.0 * Gremlin.Net updated to 3.7.3 (JanusGraph 1.1.0 also uses TinkerPop 3.7.3) * Missing text predicates added (mostly negations, but also `TextContainsPhrase`) Fixes #165 Signed-off-by: Florian Hockmann <[email protected]>
FlorianHockmann
added a commit
that referenced
this issue
Nov 29, 2024
Notable changes: * Support for JanusGraph 1.1.0 * Gremlin.Net updated to 3.7.3 (JanusGraph 1.1.0 also uses TinkerPop 3.7.3) * Missing text predicates added (mostly negations, but also `TextContainsPhrase`) Fixes #165 Signed-off-by: Florian Hockmann <[email protected]>
FlorianHockmann
added a commit
that referenced
this issue
Nov 29, 2024
Notable changes: * Support for JanusGraph 1.1.0 * Gremlin.Net updated to 3.7.3 (JanusGraph 1.1.0 also uses TinkerPop 3.7.3) * Missing text predicates added (mostly negations, but also `TextContainsPhrase`) Fixes #165 Signed-off-by: Florian Hockmann <[email protected]>
FlorianHockmann
added a commit
that referenced
this issue
Nov 29, 2024
Notable changes: * Support for JanusGraph 1.1.0 * Gremlin.Net updated to 3.7.3 (JanusGraph 1.1.0 also uses TinkerPop 3.7.3) * Missing text predicates added (mostly negations, but also `TextContainsPhrase`) Fixes #165 Signed-off-by: Florian Hockmann <[email protected]>
FlorianHockmann
added a commit
that referenced
this issue
Nov 29, 2024
Notable changes: * Support for JanusGraph 1.1.0 * Gremlin.Net updated to 3.7.3 (JanusGraph 1.1.0 also uses TinkerPop 3.7.3) * Missing text predicates added (mostly negations, but also `TextContainsPhrase`) Fixes #165 Signed-off-by: Florian Hockmann <[email protected]>
Merged
FlorianHockmann
added a commit
that referenced
this issue
Dec 19, 2024
Notable changes: * Support for JanusGraph 1.1.0 * Gremlin.Net updated to 3.7.3 (JanusGraph 1.1.0 also uses TinkerPop 3.7.3) * Missing text predicates added (mostly negations, but also `TextContainsPhrase`) Fixes #165 Signed-off-by: Florian Hockmann <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: