In the previous chapter, we created logic to pull test data to our Video List form. That test data contained only three entries. Being test data, there is little need to add in a large volume of test data, not unless you want to test the responsiveness or speed of your page.
One thing that is therefore quite important is to add searching capabilities to our Video List form. This will allow the user to filter the list by some or other specific search queries.
Building a Search Form
I will be using Font Awesome icons in this application, so make sure that you have these set up. If ...