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
I am using your package to work with elastic cluster (We are using package version v5.0.3)
There was a problem with bulk data import (php artisan scout:import), because elastic has prefix restrictions on reads.
https://clip2net.com/s/4kcmpbT https://clip2net.com/s/4kcmvk6
I looked at the code, I saw that in the request to get aliases in the target parameter is passed .
Can you refine the code so that the prefix is taken into account in ?
For example, config('scout.prefix').''.
The text was updated successfully, but these errors were encountered:
I am using your package to work with elastic cluster (We are using package version v5.0.3)
There was a problem with bulk data import (php artisan scout:import), because elastic has prefix restrictions on reads.
https://clip2net.com/s/4kcmpbT
https://clip2net.com/s/4kcmvk6
I looked at the code, I saw that in the request to get aliases in the target parameter is passed .
Can you refine the code so that the prefix is taken into account in ?
For example, config('scout.prefix').''.
The text was updated successfully, but these errors were encountered: