Elastic Json Table
I'm trying solve a complicated problem and I'm looking for suggestions. I have an elastic index with 11.72 million docs I want to represent in a table. I created this index using fscrawler. It represents a single source of truth. However, filament tables are not really meant to handle this type. I've jumped a few hurdles using this post https://filamentphp.com/blog/how-to-consume-an-external-api-with-filament-tables. However, I need to filter that data by multiple searches and elastic can only query 10,000 records which you could increase, but it isn't 11 million. I think the path would be to create independent inputs per "column" and filter the data. So imagine a widget that feeds the table a query. Any questions or suggestions just looking for guidance.
