Documentation - v7.8.0
    Preparing search index...

    When multiple: true, the field expects an array instead of a single value; each item is validated against the field's base type.

    interface Multiple {
        multiple?: true;
    }
    Index
    multiple?: true

    When true, the field expects an array; each item is validated by the base type.