laravel-scout-opensearch icon indicating copy to clipboard operation
laravel-scout-opensearch copied to clipboard

Laravel Scout custom engine for OpenSearch

Results 2 laravel-scout-opensearch issues
Sort by recently updated
recently updated
newest added

With a Model setup as described in the README `scout:import` works perfectly and documents are added to OpenSearch. But it seems that for some reason running `php artisan scout:flush "THE_MODEL"...

During some debugging I noticed a number of logs all related to a single deprecation: > Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be...