Skip to content

STRING-specific comparison operators #314

Description

@TheMrguiller

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

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions