@coveo/headless
    Preparing search index...

    Interface ResultListOptions

    interface ResultListOptions {
        fieldsToInclude?: string[];
    }

    Hierarchy (View Summary)

    Index
    fieldsToInclude?: string[]

    A list of indexed fields to include in the objects returned by the result list. These results are included in addition to the default fields. If this is left empty only the default fields are included.