:contains doesn’t work for several columns

img – my column

my code:
td[id='typ']:contains('DRILL '),td[id='status']:contains('Damaged')~td[id='status']:contains('Unuse')

Why does it also show me other types in the STATUS column? not just recommended? what the query should look like

$("table#mazak407dane tbody tr "+searchs+" ").each(function(index, element){

sorry for english

i tried to use tilde or comma but the effect is still the same