Skip to content
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

Closed
FlorianHockmann opened this issue Nov 27, 2023 · 1 comment · Fixed by #204
Closed

Add missing text predicates #165

FlorianHockmann opened this issue Nov 27, 2023 · 1 comment · Fixed by #204

Comments

@FlorianHockmann
Copy link
Member

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
Copy link
Member Author

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]>
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant