mariocoski / laravel-blogger

Simple, easy-to-start blogging platform powered by Laravel
MIT License
72 stars 38 forks source link

problem with searching index #239

Closed EmelyanovMax closed 5 years ago

EmelyanovMax commented 6 years ago

As I reset index I got "There was a problem with reseting your searching index". Also I have an error as I create new article

EmelyanovMax commented 6 years ago

The problem in your elastic search. This error mean the site does not see elastic search or has not permission to create new index. If you use Docker, you need edit config "config/scout.php" change parameter "hosts" from 'localhost' to name of docker-container, 'elasticsearch' as default.

mariocoski commented 6 years ago

Thank you very much for pointing that out