@resistdesign/voltra
    Preparing search index...

    Type Alias TypeInfoORMManualIndexingConfig

    Optional field overrides for manual indexing maintenance operations.

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

    Properties

    Properties

    indexFields?: string[]

    Explicit field name(s) to target instead of configured capabilities.

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