cli icon indicating copy to clipboard operation
cli copied to clipboard

Do not apply the orderByDesc fix on Eloquent object if it uses Scout Driver

Open abishekrsrikaanth opened this issue 1 year ago • 0 comments

  • Laravel Version: 11.20.0
  • PHP Version: 8.3
  • Shift CLI Version: 0.2.9
  • Platform: Mac

Issue:

If an Eloquent Query using the search method of Laravel Scout to search results using the scout driver and if the same query also uses orderBy('column_name','DESC'), shift cli transforms this to orderByDesc('column_name').

The method orderByDesc doesn't exist when using the Scout Driver.

Command:

shift-cli

abishekrsrikaanth avatar Aug 14 '24 15:08 abishekrsrikaanth