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
Getting this error while running a simple query. There is already a issue logged with this same. But its closed without any answer. That's why i'm creating this issue.
If anyone can suggest any answer ASAP would be helpful
I faced a similar issue, and the root cause was that one of my other packages had laravel/scout version locked to 8.x.
Here's the solution that worked for me:
Check if any of your packages are locking laravel/scout to version 8.x.
If so, remove or update those dependencies to allow upgrading laravel/scout.
Update laravel/scout to version 9
Give this a try and see if it fixes the issue for you.
Best regards!
Getting this error while running a simple query. There is already a issue logged with this same. But its closed without any answer. That's why i'm creating this issue.
If anyone can suggest any answer ASAP would be helpful
Undefined property: Laravel\Scout\Builder::$whereIns
Here is my query
$result = Todo::search('test')->get();
The text was updated successfully, but these errors were encountered: