Add code so when searching for movies that we can filter out movies by their description.
BDD:
Given: User wants look for a specific movie.
When: User starts to search movies in searchbar.
Then: Website presenting specific movies where text in description (API) match input keys.
Add code so when searching for movies that we can filter out movies by their description.
BDD: Given: User wants look for a specific movie. When: User starts to search movies in searchbar. Then: Website presenting specific movies where text in description (API) match input keys.