fraci
    Preparing search index...

    Interface PrismaFraciOptions

    The options for the fractional indexing extension.

    interface PrismaFraciOptions {
        fields: PrismaFraciFieldOptionsRecord;
        maxLength?: number;
        maxRetries?: number;
    }
    Index

    Properties

    The fractional index fields.

    maxLength?: number

    The maximum length of the fractional index.

    50
    
    maxRetries?: number

    The maximum number of retries to generate a fractional index.

    5