SongGuess
    Preparing search index...

    Type Alias WebSearchSearchOptions

    Options for a Web Search query.

    type WebSearchSearchOptions = {
        limit?: number;
        query: string;
    }
    Index

    Properties

    Properties

    limit?: number

    Maximum number of results to return. Defaults to 10, capped at 20. The actual count may be lower if fewer matches exist.

    query: string

    The search query.