We have a list of recipe steps, we created a procedure with a parameter to search through the steps and pick out the step with the matched searched word. For example, if you search the word oven the step with the word oven pops up. However, multiple steps may contain the word oven in it. How do we display all the steps that contain the searched word, instead of only one step?