diff --git a/app/components/search/GlobalSearchBar.vue b/app/components/search/GlobalSearchBar.vue index 497d054..0a3835b 100644 --- a/app/components/search/GlobalSearchBar.vue +++ b/app/components/search/GlobalSearchBar.vue @@ -91,7 +91,7 @@ const goToProductSelection = () => { } const goToLocationSelection = () => { - navigateTo(localePath('/select-location')) + navigateTo(localePath('/select-location') + '?mode=search') } // Can search - need at least product selected