@resistdesign/voltra
    Preparing search index...

    Type Alias TypeInfoORMReplaceIndexingConfig

    Optional field overrides for manual index replacement/reindex operations.

    type TypeInfoORMReplaceIndexingConfig = {
        nextFullTextIndexFields?: string | string[];
        previousFullTextIndexFields?: string | string[];
    }
    Index

    Properties

    nextFullTextIndexFields?: string | string[]

    Full-text field name(s) to add for the next snapshot.

    previousFullTextIndexFields?: string | string[]

    Full-text field name(s) to remove from the previous snapshot.