Function searchDataByKeys

  • Search data by term and keys, allowing for full nested checks

    Parameters

    • data: {}[] = []
    • searchTerm: string = ''
    • keys: string[] = []
    • __namedParameters: Nested = {}

    Returns {}[]

    Default Value

    Default searchs one notation level deep unless option is true

    import { searchDataByKeys } from 'helping_hand'
    const data = searchDataByKeys(...);