maradotwebp / pax

📦 The MC modpack manager for professionals.
https://github.com/froehlichA/pax/releases/latest
MIT License
164 stars 3 forks source link

configurable page size when searching for mods #12

Closed maradotwebp closed 3 years ago

maradotwebp commented 3 years ago

When searching for a mod to add/remove, pax only requests the top 50 results from the Curseforge API. Sometimes it's not enough. Make this properly configure.

maradotwebp commented 3 years ago

Fixed! Pax requests up to 100 results now, which should be enough - Most search queries don't return that many anyway. Also, results are displayed from bottom-to-top (e.g. results are ordered by how much they matched in ascending order) so the best matches should be near the bottom.