@squawk
    Preparing search index...

    Interface AirwaySearchQuery

    Options for a text search query against airway designations.

    interface AirwaySearchQuery {
        limit?: number;
        text: string;
        types?: ReadonlySet<AirwayType>;
    }
    Index

    Properties

    Properties

    limit?: number

    Maximum number of results to return. Defaults to 20.

    text: string

    Case-insensitive substring to match against airway designation.

    types?: ReadonlySet<AirwayType>

    Optional set of airway types to filter by. When omitted, all types are included.