@gradientedge/commercetools-utils
    Preparing search index...

    Interface CustomerSearchResult

    interface CustomerSearchResult {
        id: string;
        relevance: number;
    }
    Index

    Properties

    Properties

    id: string

    id of the Customer matching the search query.

    relevance: number

    How closely this customer matches the search query.