I have several recipes and their ingredients as metadata and would now like to use Dataview to query which recipe requires ingredient1. In the examples below the query should return file1 and file3. Can you help me?
the Metadata in file1 looks like:
ingredients: ingredient1, ingredient2, ingredient3
the Metadata in file2 looks like:
ingredients: ingredient2, ingredient3, ingredient4
the Metadata in file3 looks like:
ingredients: ingredient1, ingredient3, ingredient5