ail-framework icon indicating copy to clipboard operation
ail-framework copied to clipboard

Add Pagination to RetroHunt

Open davidcbbc opened this issue 9 months ago • 1 comments

Hello!

Currently retrohunt searches all the data for a given match. Since there is no backend pagination of the findings, it will take more and more time as we add more data into the framework. This is not scalable. Therefore, I suggest implementing pagination of the retrohunt findings, thus only gathering i.e. 5 results at a time.

Let me know if this could be useful :)

davidcbbc avatar May 08 '25 10:05 davidcbbc

This #278 should fix it.

bitsnaps avatar Aug 08 '25 11:08 bitsnaps