• Service functionality to get all the items whose ingredients are contained in the available ingredient name list

    Parameters

    • availableIngredient: string[]

    Returns Promise<ServiceResponse<Item[]>>

    a Promise with the ServiceResponse containing the searched Item data and the message returned by the repository