hoshimi
    Preparing search index...

    Interface SearchOptions

    The query options.

    interface SearchOptions {
        node?: NodeIdentifier;
        params?: Record<string, string>;
        query: string;
        requester?: unknown;
        source?: SearchSource | SourceName;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The node or the node id to make the query.

    params?: Record<string, string>

    The search params to use.

    query: string

    The query to search for.

    requester?: unknown

    The requester of the query.

    The search source to use.