@salesforce/b2c-tooling-sdk / operations/logs / matchesSearch
Function: matchesSearch()
matchesSearch(
entry,search):boolean
Defined in: packages/b2c-tooling-sdk/src/operations/logs/filter.ts:116
Checks if a single entry matches the search text (case-insensitive). Used for streaming/tail scenarios where we filter one entry at a time.
Parameters
entry
search
string
Returns
boolean