FindMyRecipe / server / database / queries / AutocompleteIngredient
AutocompleteIngredient
Raw
SELECT * FROM ingredients WHERE name LIKE @substring;