Closed michaelklopf closed 6 years ago
We created PR https://github.com/teamtnt/laravel-scout-tntsearch-driver/pull/188 to add sorting the search results by the user.
The problem was discussed in https://github.com/teamtnt/laravel-scout-tntsearch-driver/issues/168
This allows to place ->orderBy('', '') to overrule the TNTSearch result order.
->orderBy('', '')
I tested the master against our application and everything works fine. Can't test the fix for leftJoinSub because I have no 5.5 application around.
We created PR https://github.com/teamtnt/laravel-scout-tntsearch-driver/pull/188 to add sorting the search results by the user.
The problem was discussed in https://github.com/teamtnt/laravel-scout-tntsearch-driver/issues/168
This allows to place
->orderBy('', '')
to overrule the TNTSearch result order.