Reduce the debounce time when searching. Cache the results for the first 3 characters typed (searches with few characters seem to take mysql longer compared to searches with more characters).
If a valid imdb is entered into quick search, return movies/tv matching it. If only a number is entered into quick search, return movies/tv with matching tmdb. If wanting to override these shortcuts, add a space to the end of the search.
- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
- adds a realtime quick search to top nav for Movie / TV / Person. Seeing UNIT3D is aimed for Movie/TV trackers this is defaulted. You can easily disable it by commenting out the `<livewire:quick-search-dropdown />` in top-nav