-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Effort - UnknownEffort - UnknownEffort - UnknownFrequency - MonthlyFrequency - MonthlyFrequency - MonthlyReach - SomeReach - SomeReach - SomeSeverity - S3Severity - S3Severity - S3communitycommunitycommunityenhancementenhancementenhancement
Description
Hi,
I am new to memgraph and i have observe that there is not documentation on how to use string-specific comparison operators. I have tried the following. but with no success:
results = list(
match()
.node(labels="Organizations", variable="o")
.where(item="o.name",operator="CONTAINS",literal=organization["name"])
.return_()
.execute()
)
¿Is there any work arounds?
Metadata
Metadata
Assignees
Labels
Effort - UnknownEffort - UnknownEffort - UnknownFrequency - MonthlyFrequency - MonthlyFrequency - MonthlyReach - SomeReach - SomeReach - SomeSeverity - S3Severity - S3Severity - S3communitycommunitycommunityenhancementenhancementenhancement
Type
Projects
Status
No status