prorm API Reference
    Preparing search index...

    Interface ImmutableOptions

    interface ImmutableOptions {
        silentDelete?: boolean;
        allowCreate?: boolean;
    }
    Index
    silentDelete?: boolean

    If true, DELETE attempts are silently ignored instead of throwing. Default: false (throws)

    allowCreate?: boolean

    If true, allows CREATE but blocks UPDATE/DELETE. Default: true