Algolia Search results are being throttled when there are several queries to the same index on one page.

I have observed that there is a cache limit in the Algolia dart package from FlutterFlow. They are limiting the number of results stored in state for each page. This causes a big problem for me because I have an index with around 10k documents. I use Algolia search actions in the place of simple search because the index is so large, this is also the more performant way to query such a large number of results. It is really causing me issues because there seems to be an artificial limit of 20 with the way I have it set up and FF is pushed this for over a month now, not addressing it at all.

2
1 reply