You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change search bar functionality on SavedRecipes page and RecipeSearch page so that:
Pressing the "search" button actually makes a GET request to that route with the query, and displays the data that matches the keyword
In SavedRecipes, that GET request should just return any recipe in the user's saved list that has a title containing the query keyword
In RecipeSearch, it should make a call to the API and return the response (this will allow the user to see more recipes, because the RecipeSearch page by default only shows a select few popular recipes, not every single recipe in the API)
The text was updated successfully, but these errors were encountered:
Related to user story #6
Change search bar functionality on SavedRecipes page and RecipeSearch page so that:
The text was updated successfully, but these errors were encountered: