> This part of the code searches through the stored recipes and checks whether the search keyword appears in the recipe title, ingredients, or instructions.
> It also applies an optional category filter to return only the recipes that match the selected category.
> Finally, it collects and returns all recipes that meet the search conditions.