spatie / laravel-query-builder

Easily build Eloquent queries from API requests
https://spatie.be/docs/laravel-query-builder
MIT License
4.02k stars 395 forks source link

Add config to disable InvalidSortQuery exception #830

Closed bohemima closed 1 year ago

bohemima commented 1 year ago

Just like the disable InvalidFilterQuery exception we should be able to silently ignore sorting exception

AlexVanderbist commented 1 year ago

Cool, thanks for the PR!