'or group' seems to work like 'and' in filters

If i filter product_descr contains ‘ketchup’ I get rows
if I filter product_descr contains ‘tobacco’ I get rows

but
product_descr contains 'ketchup’
or group
product descr contains ‘tobacco’

returns nothing

Hi,
please, check that you put your conditions into the ‘OR’ group:
image

Thanks, that makes so much sense I am embarrassed I constructed as I did.