Skip to content

case insensitive regex path #119

@fedoranvar

Description

@fedoranvar

Good day to you!

I've query-filter,. with variable $document:
$.result[?(@.item.match('.*$document.*'))].item

I want make it case-insensitive.

Tried
$.result[?(@.item.match('/.*$document.*/i'))].item

No success.

Is it possible to do case-insensitive query?

thank you!

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