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

[PR]: Add orderBy statements, analogue to where statements to sort search results #187

Closed michaelklopf closed 6 years ago

michaelklopf commented 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.

michaelklopf commented 6 years ago

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.