Skip to content

Commit 4f3fe71

Browse files
committed
search 20 mods instead of 10 on each repo
1 parent dd52311 commit 4f3fe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/ModSearch.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
const results = await modQueryService.searchMods(
3939
search_name_input,
4040
selected_mod_repo_names,
41-
10
41+
20 // bigger number = more chance of having aggregated results between repositories (e.g. "jei" will not match JEI on modrinth for maxResults=10)
4242
);
4343
search_results = results;
4444
} catch (err) {

0 commit comments

Comments
 (0)