I have a search bar which relies on this filter method. I concatenate all the search strings in a variable concat, and then use either .includes()
concat
.includes()