FixIt JavaScript API
    Preparing search index...

    Interface SearchConfig

    Search configuration

    interface SearchConfig {
        algoliaAppID?: string;
        algoliaIndex?: string;
        algoliaSearchKey?: string;
        clearText?: string;
        distance?: number;
        findAllMatches?: boolean;
        fuseIndexURL?: string;
        highlightTag?: string;
        ignoreFieldNorm?: boolean;
        ignoreLocation?: boolean;
        isCaseSensitive?: boolean;
        location?: number;
        maxResultLength?: number;
        minMatchCharLength?: number;
        noResultsFound?: string;
        placeholder?: string;
        snippetLength?: number;
        threshold?: number;
        type?: string;
        useExtendedSearch?: boolean;
    }
    Index
    algoliaAppID?: string
    algoliaIndex?: string
    algoliaSearchKey?: string
    clearText?: string
    distance?: number
    findAllMatches?: boolean
    fuseIndexURL?: string
    highlightTag?: string
    ignoreFieldNorm?: boolean
    ignoreLocation?: boolean
    isCaseSensitive?: boolean
    location?: number
    maxResultLength?: number
    minMatchCharLength?: number
    noResultsFound?: string
    placeholder?: string
    snippetLength?: number
    threshold?: number
    type?: string
    useExtendedSearch?: boolean