Helpful
    Preparing search index...

    Class ZDataSearchFields<TData>

    Represents a data match where the data qualifies if any fields contain the search text.

    Type Parameters

    • TData extends object

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Gets whether the given data matches the given filter.

      Parameters

      • data: TData

        The data to check.

      • filter: string

        The filter to match against.

      Returns boolean

      True if the data matches the filter.