@squawk
    Preparing search index...

    Interface NavaidSearchQuery

    Options for a text search query against navaid names and identifiers.

    interface NavaidSearchQuery {
        limit?: number;
        text: string;
        types?: ReadonlySet<NavaidType>;
    }
    Index

    Properties

    Properties

    limit?: number

    Maximum number of results to return. Defaults to 20.

    text: string

    Case-insensitive substring to match against navaid name or identifier.

    types?: ReadonlySet<NavaidType>

    Optional set of navaid types to include. When omitted, all types are included.