laravel-scout-elasticsearch
laravel-scout-elasticsearch copied to clipboard
Poll: Lazymap for Mixedsearch
Vote the post if you need this feature
Please add this. Laravel Nova has a scout integration, but it relies on ElasticSearchEngine->lazyMap(...)
being implemented.
https://github.com/matchish/laravel-scout-elasticsearch/pull/205 @hkulekci added lazymap already. And I think for Nova have to be enough. Original scout don't have MixedSearch functionality so I don't think Nova requires lazyMap for MixedSearch. But I didn't work with Nova so can be wrong.
My bad. Did not see it was implemented in v6. We are unfortunately stuck on elasticsearch version 7 for now. any chance you can add it in v5 also?
PR for 6x should be compatible with 5x. So if someone will create 5x branch and cherry pick https://github.com/matchish/laravel-scout-elasticsearch/pull/205 there it have to work