compareFulltext<T extends Record<string, any>>( data: T, search: string, ...keys: string[],): boolean Type Parameters
- T extends Record<string, any>
Parameters
- data: T
- search: string
- ...keys: string[]
Returns boolean
- Returns true if the full text in the data object contains the search term, false otherwise.
Compares the full text in a given data object with a search term.