zingimmick / laravel-scout-opensearch

Laravel Scout custom engine for OpenSearch
MIT License
19 stars 6 forks source link

Call to undefined executeSearchRequest() #43

Closed onlinesid closed 2 years ago

onlinesid commented 2 years ago

I'm getting this error when using this scout driver:

Call to undefined method Zing\\LaravelScout\\OpenSearch\\Engines\\OpenSearchEngine::executeSearchRequest() at /var/task/vendor/babenkoivan/elastic-scout-driver-plus/src/Builders/SearchRequestBuilder.php:343)
zingimmick commented 2 years ago

babenkoivan/elastic-scout-driver-plus is not compatible with other Scout drivers, because it has a different interface. Ref: https://github.com/babenkoivan/elastic-scout-driver-plus/issues/115#issuecomment-1031200545

onlinesid commented 2 years ago

Thank you for that, that is the problem here (sigh)