Description placeholder

SearchManager

Constructors

Methods

  • Returns void

  • Clears the current search results

    Returns void

  • Returns any

  • Gets the current search results

    Returns SearchResult[]

  • Searches for the given query in the chat logs

    Parameters

    • query: string
    • options: SearchOptions
    • token: CancellationToken

    Returns Promise<SearchResult[]>