- Laravel Version:10.8.0
- Nova Version: 4.23.0
- PHP Version: 8.2
- Browser type and version: #.#
- Reproduction Repository: https://github.com/###/###
Description:
When Laravel Scout is enabled - the resource index field is not respecting the default sort
Detailed steps to reproduce the issue on a fresh Nova installation:
Install and configure Laravel Nova with Laravel Scout enabled.
Create a resource in Laravel Nova with a default sorting defined in the indexQuery method.
Observe that the default sorting is not applied to the index results.