Skip to content

Commit 895c220

Browse files
committed
fix(search): invalid helper naming
resolves #3186
1 parent 193bf9c commit 895c220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/nitro.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function queryCollectionItemSurroundingsWithEvent<T extends keyof PageCol
2525
return chainablePromise(event, collection, qb => generateItemSurround(qb, path, opts))
2626
}
2727

28-
export function queryCollectionSearchSections(event: H3Event, collection: keyof Collections, opts?: { ignoredTags: string[] }) {
28+
export function queryCollectionSearchSectionsWithEvent(event: H3Event, collection: keyof Collections, opts?: { ignoredTags: string[] }) {
2929
return chainablePromise(event, collection, qb => generateSearchSections(qb, opts))
3030
}
3131

0 commit comments

Comments
 (0)