Hierarchy

Constructors

Properties

cachedSearches: Set<string>
value: string = ''

Methods

  • Mark that we have already searched for this query so that we don't have to ping the endpoint again.

    Parameters

    • query: string

    Returns void

  • If we are displaying the full results of a search (not just a preview), this value should return the query that prompted that search.

    In this generic class, full page searching is not supported. This method should be implemented by subclasses that do support it.

    See

    Search

    Returns string

Generated using TypeDoc v0.23.24