southeastmn-edu-2754 / movie-corner

0 stars 0 forks source link

Sprint 3: Title search component #7

Open mswanson-mscst opened 4 years ago

mswanson-mscst commented 4 years ago

This component will support searching the title_basics table by name using an AutoComplete control. The list of associated rows in the name_basics table will be displayed, similar to exercise 3d in COMC2749:

2754 title-name m-n-component

The tables required are title_basics, title_principals, and name_basics. The artist_category and title_genre tables may also be useful for filtering.

2754MoviesDbDiagram2