You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 usesorderBy('column_name','DESC')
, shift cli transforms this toorderByDesc('column_name')
.The method
orderByDesc
doesn't exist when using the Scout Driver.Command:
The text was updated successfully, but these errors were encountered: