Skip to content

Commit 9fd69a0

Browse files
committed
feat: increase default limit for search results from 20 to 100
1 parent 9cea757 commit 9fd69a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/search-manager/data/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export async function fetchSearchResults({
235235
sort,
236236
offset = 0,
237237
skipBlockTypeFetch = false,
238-
limit = 20,
238+
limit = 100,
239239
}: FetchSearchParams): Promise<{
240240
hits: HitType[],
241241
nextOffset: number | undefined,

0 commit comments

Comments
 (0)