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
It seems like something might be wrong in the parent class of the resource, because AFAIK the scoutQuery method should return a \Laravel\Scout\Builder, and not a \Algolia\ScoutExtended\Builder. Could you show me the code in the parent's scoutQuery method so we can see if there's an issue in there?
I'm using Laravel 5.7 with "algolia/scout-extended": "1.8",
In conjunction with Laravel Nova
e.g. in a Nova Resource:
Prior to installing Algolia and making this model Searchable, this was working
$builder
is\Algolia\ScoutExtended\Builder
The text was updated successfully, but these errors were encountered: