global search sort results
Please, i looking for solution sort global search results by column date_at descending, try this, but dont work:
Solution:Jump to solution
You probably need to order the query as opposed to the collection? 🤔
```php
public static function getGlobalSearchEloquentQuery(): Builder
{...
2 Replies
Solution
You probably need to order the query as opposed to the collection? 🤔
See: https://filamentphp.com/docs/3.x/panels/resources/global-search#adding-extra-details-to-global-search-results
Great !!! thank you !!!