This repository was archived by the owner on May 16, 2025. It is now read-only.
This repository was archived by the owner on May 16, 2025. It is now read-only.
Data quality issue: bacon is not excluded during searches that exclude pork #97
Open
Description
Describe the bug
The ingredient named bacon
is a pork product, and recipes that contain it should be excluded when a recipe search that excludes pork
is made. Currently this is not the case.
To Reproduce
Steps to reproduce the behavior:
- Attempt a search that excludes
pork
products, for example: https://www.reciperadar.com/#search&action=search&include=onion,cabbage,noodle&exclude=pork - Observe that some results currently include
bacon
Expected behavior
None of the recipe search results should contain ingredient lines that mention bacon
when pork
is in the exclude-ingredients list, because bacon is a pork product.
Screenshots
N/A