Skip to content

Wildcard Vertex Property Searching #6

@brianfoody

Description

@brianfoody

I am trying to migrate from AWS Titan to Azure Cosmos and I am 90% there with making the switch. The only blocker I have is that there appears to be support for wildcard search on properties.

Consider this query;

g.V().has("Category",textContains("Shoes"))

It appears textContains is not supported in Cosmos as I get the below error. Will this be provided in future or should I plan for never being able to do wildcard text searching?

Error
(1,91): error CS0103: The name `textContains' does not exist in the current context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions