Circle V2 API Docs
    Preparing search index...
    interface MatcherOptions {
        collapseWhitespace?: boolean;
        exact?: boolean;
        normalizer?: NormalizerFn;
        suggest?: boolean;
        trim?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    collapseWhitespace?: boolean

    Use normalizer with getDefaultNormalizer instead

    exact?: boolean
    normalizer?: NormalizerFn
    suggest?: boolean

    suppress suggestions for a specific query

    trim?: boolean

    Use normalizer with getDefaultNormalizer instead