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
Note: don't change the vendor directly, either fork this repo and make the changes to it, then use it on your application.
or make a pull request to this repo
$books = Book::searchByQuery([
'multi_match' => [
'query' => 'moby dick',
'fields' => ['name^3', 'description']
]
])->paginate(10);
returns Error
Unsupported operand types
screenshot
The text was updated successfully, but these errors were encountered: