matchish / laravel-scout-elasticsearch

Search among multiple models with ElasticSearch and Laravel Scout
MIT License
702 stars 113 forks source link

Convert `ElasticSearchEngine->performSearch` result to array when the… #251

Open vgaldikas opened 1 year ago

vgaldikas commented 1 year ago

fixes #250

…re is callback passed (so it's the same when no callback is passed)

I have tried to set up the docker image with make install as per CONTRIBUTING.md, but I got some error about not supported architecture (I'm on M2 processor). If not too much trouble, could I ask you to perform the tests?

Either-way I have manually tested this update on my local app, and it works as I think it should be, so unless this breaks something else, everything should be ok.