Handles search functionality, including query processing and displaying results.
Matches user queries against films and series and updates the UI with results.
Methods
(inner) handleSearch() → {void}
Handles the global search input, processes the query, matches it against films and series,
and displays the results in the search section.
Returns:
- Type
- void