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 391a327 commit 7fe92f7Copy full SHA for 7fe92f7
1 file changed
app/composables/useGlobalSearchQuery.ts
@@ -10,6 +10,7 @@ export function useGlobalSearchQuery() {
10
urlQuery => {
11
const value = normalizeSearchParam(urlQuery)
12
if (!value) searchQuery.value = ''
13
+ if (!searchQuery.value) searchQuery.value = value
14
},
15
)
16
return searchQuery
0 commit comments