teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.1k stars 144 forks source link

Make private functions protected #88

Closed mikebronner closed 7 years ago

mikebronner commented 7 years ago

This allows extending of the service provider class without having to copy everything over wholesale. (I'm extending the service provider class to load my extended version of the TNTSearch class that slightly alters the search query to use LIKE '%xxx%' instead of `LIKE 'xxx%'.)