Preparing search index...
    IngredientWithSimilarity: FormIngredientElement & {
        similarItems: ingredientTableElement[];
    }

    An ingredient that needs validation, with pre-computed similar items from the database. Used by ValidationQueue to display appropriate dialog without re-querying.