searchObject(object: any, filter: string, maxDepth?: number = -1, depth?: number = 0): boolean
Tests if an object contains the text in "filter". The function
only checks the values in an object and ignores keys altogether,
can also work with strings/numbers/arrays
Tests if an object contains the text in "filter". The function only checks the values in an object and ignores keys altogether, can also work with strings/numbers/arrays