Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/utils/buildContainsFilter"

Index

Functions

buildContainsFilter

  • buildContainsFilter(source: DataViewMetadataColumn, searchVal: any): SemanticFilter
  • Builds a "contains" filter from the given search value, and the given dataView If text will do an actual contains, otherwise it defaults to equality.

    Parameters

    • source: DataViewMetadataColumn

      The column to create a contains filter for

    • searchVal: any

      The value to create the filter for

    Returns SemanticFilter

Generated using TypeDoc