@squawk
    Preparing search index...

    Interface FixSearchQuery

    Options for a text search query against fix identifiers.

    interface FixSearchQuery {
        limit?: number;
        text: string;
        useCodes?: ReadonlySet<FixUseCode>;
    }
    Index

    Properties

    Properties

    limit?: number

    Maximum number of results to return. Defaults to 20.

    text: string

    Case-insensitive substring to match against fix identifier.

    useCodes?: ReadonlySet<FixUseCode>

    Optional set of use codes to include. When omitted, all use codes are included.