Skip to content

Can't figure out how to do NOT LIKE #146

@LinusU

Description

@LinusU

I'm trying to figure out how to do name NOT LIKE '%test%' but I can't quite get it to work. Any ideas?

Some things that I have tried:

name: { $notLike: "%test%" }
name: { $nLike: "%test%" }
name: { $not: { $like: "%test%" } }
name: { $like: { $not: "%test%" } }

Am i missing something obvious? :)

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