Circle V2 API Docs
    Preparing search index...

    Type Alias LooseMatchOptions

    type LooseMatchOptions = {
        threshold?: number;
        windowBand?: number;
    }
    Index

    Properties

    threshold?: number

    Per-segment fuzzy threshold; segments under MIN_FUZZY_SEGMENT_WORDS words must match exactly regardless.

    windowBand?: number

    Half-width, in words, of the band of window sizes tried around each segment's word count.