filter a single string of ingredients that have all the ingredients from a list of strings
Im trying to filter recipes that have a single string of ingredients that have all the ingredients from resultData which is a list of strings. Cant figure how to do it. The current code rn only filters the recipe that have any ingredients from resultData.