Circle V2 API Docs
    Preparing search index...

    Type Alias LooseMatch

    type LooseMatch = {
        matched: boolean;
        segments: LooseMatchSegment[];
    }
    Index

    Properties

    Properties

    matched: boolean

    True when every segment matched, in document order. False for an empty or all-break needle.

    segments: LooseMatchSegment[]