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%'.)
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%'.)