teamtnt / laravel-scout-tntsearch-driver

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

fix(orderBy): fixes sorting when applied with pagination #367

Open SurajDadral opened 2 months ago

SurajDadral commented 2 months ago

before: sorting was run after pagination, leading to sort only results of current page after: sorting now runs before pagination, leading to correct results

Improved logic of: https://github.com/teamtnt/laravel-scout-tntsearch-driver/pull/285 with default sorting by tnt search score