pdphilip / laravel-elasticsearch

Laravel Elasticsearch: An Elasticsearch implementation of Laravel's Eloquent ORM
MIT License
86 stars 16 forks source link

[Documentation] eager loads #29

Closed xbing2002 closed 2 months ago

xbing2002 commented 2 months ago

I didn’t see the introduction of eager loads in the document. Does it support eager loads?

pdphilip commented 2 months ago

It does yes, feel free to submit a PR to include this in the tests. Cheers