We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd52311 commit 4f3fe71Copy full SHA for 4f3fe71
web/src/components/ModSearch.svelte
@@ -38,7 +38,7 @@
38
const results = await modQueryService.searchMods(
39
search_name_input,
40
selected_mod_repo_names,
41
- 10
+ 20 // bigger number = more chance of having aggregated results between repositories (e.g. "jei" will not match JEI on modrinth for maxResults=10)
42
);
43
search_results = results;
44
} catch (err) {
0 commit comments