F
Filament4mo ago
abkrim

Problems implementing pdfphilip/laravel-elasticsearch due to pagination

I am facing a problem, where I cannot use the liberia pdfphilip/laravel-elasticsearch which basically extends the Eloquent model for using Elasticsearch indexes. When I went to implement it I ran into the aggregations (I think) that arise in how Filament builds the model listing. The point is that the package works with a method that allows you not to change the Elastic configuration (not recommended, especially when we are talking about hundreds of millions of indexed docs) and instead [Chunking](https://elasticsearch .pdphilip.com/chunking#handling-elasticsearch-limitations) proposes the use of an internal field to use the chunking sorts on it, Model:: chunkById I've been looking at the possibility of doing something with this, but I haven't seen how. Any ideas? Certainly, being able to work with the best library to use Elasticsearch, following the Laravel philosophy, is a great contribution.
GitHub
GitHub - pdphilip/laravel-elasticsearch: An Elasticsearch implement...
An Elasticsearch implementation of Laravel's Eloquent ORM - pdphilip/laravel-elasticsearch
No description
0 Replies
No replies yetBe the first to reply to this messageJoin