prorm API Reference
    Preparing search index...

    Interface JsonContainsOptions

    Options for JSON contains operation

    interface JsonContainsOptions {
        value: any;
        path?: string;
    }
    Index
    value: any

    The value or object that should be contained in the JSON column

    path?: string

    Optional JSON path to check for containment at a specific location