@resistdesign/voltra
    Preparing search index...

    Type Alias TypeInfoORMManualIndexingConfig

    Optional field overrides for manual indexing maintenance operations.

    type TypeInfoORMManualIndexingConfig = {
        fullTextIndexFields?: string | string[];
    }
    Index

    Properties

    fullTextIndexFields?: string | string[]

    Explicit full-text field name(s) to target instead of the configured defaults.

    Supply the previous field set when cleaning up after a schema/config change.