spring / upq

extracts metadata of game and map files of the spring engine
https://springfiles.springrts.com/
GNU General Public License v3.0
2 stars 5 forks source link

fully support paging in gui #77

Open abma opened 3 years ago

abma commented 3 years ago

i.e.:

https://springfiles.springrts.com/search.py?offset=3000&metadata=1

is supported now.

springraaar commented 2 years ago

on https://github.com/spring/upq/pull/85 , the full result set is retrieved from the server (at least the limit's been increased) and the "more..." button in gui can be clicked repeatedly to progressively reveal it in chunks of 60 (the filtering is client side)