How to search a large collection

Hi, I’m a total beginner to this. I have a collection of about 1000 movies.
I want the user to be able to, from the home page, use a search bar and/or drop down to search for the title of a movie and be taken to the correct dynamic page.
I have no idea how to do this.

I have the following columns in the collection;
Title - as text
Year - as text
Movies (Title) - as link

Thanks in advance

Hello. Take a look at this article that should help give you a place to start

Adding Collection Data Search Functionality

And this live example site of searching a list of countries

Thank you, that looks like a great place to start.