- compareFulltext<T>(data, search, ...keys): boolean
Type Parameters
- T extends Record<string, any>
Parameters
- data: T
- search: string
Rest
...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.