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 1ed686b commit cfa8d5cCopy full SHA for cfa8d5c
apps/svelte.dev/src/routes/search/+page.server.js
@@ -11,7 +11,7 @@ export async function load({ url, fetch }) {
11
12
const query = url.searchParams.get('q') ?? '';
13
14
- const results = query ? search(query) : [];
+ const results = query ? search(query, '') : [];
15
16
return {
17
query,
0 commit comments