Skip to content

Commit

Permalink
feat(@dpc-sdp/ripple-tide-search): pass location to customQueryConfig…
Browse files Browse the repository at this point in the history
… function
  • Loading branch information
David Featherston committed Sep 5, 2024
1 parent cd987b4 commit 89477e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ripple-tide-search/composables/useTideSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ export default ({
if (customQueryConfig?.function && fns[customQueryConfig?.function]) {
return fns[customQueryConfig.function]({
searchTerm: searchTerm.value,
queryFilters: filter
queryFilters: filter,
locationValue: locationOrGeolocation.value
})
}

Expand Down

0 comments on commit 89477e9

Please sign in to comment.