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 193bf9c commit 895c220Copy full SHA for 895c220
src/runtime/nitro.ts
@@ -25,7 +25,7 @@ export function queryCollectionItemSurroundingsWithEvent<T extends keyof PageCol
25
return chainablePromise(event, collection, qb => generateItemSurround(qb, path, opts))
26
}
27
28
-export function queryCollectionSearchSections(event: H3Event, collection: keyof Collections, opts?: { ignoredTags: string[] }) {
+export function queryCollectionSearchSectionsWithEvent(event: H3Event, collection: keyof Collections, opts?: { ignoredTags: string[] }) {
29
return chainablePromise(event, collection, qb => generateSearchSections(qb, opts))
30
31
0 commit comments