southeastmn-edu-2754 / movie-corner

0 stars 0 forks source link

Sprint 3: Name search component #6

Open mswanson-mscst opened 4 years ago

mswanson-mscst commented 4 years ago

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

2754 name-title m-n-component

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

2754MoviesDbDiagram2