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

Add orderBy statement to sort search results #188

Closed michaelklopf closed 6 years ago

michaelklopf commented 6 years ago

opens and closes https://github.com/teamtnt/laravel-scout-tntsearch-driver/issues/168

tanthammar commented 4 years ago

@michaelklopf I am trying to use orderBy() w paginate() #260 but I am unable to order across the entire collection, instead each page is ordered. Can you explain how I can use it.