@nospamproxy/core
    Preparing search index...
    • Test helper for applying a list text filter.

      If there are multiple list text filters, use the ListTextFilterHelper instead.

      Parameters

      • list: Element

        The element.

      • value: string

        The search text to enter.

      • exactMatch: boolean | null = null

        If true, "exact match" is checked before applying. Default is false.

      Returns Promise<void>