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?
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:
¿Is there any work arounds?