Skip to content

Commit

Permalink
Merge pull request #1314 from dpc-sdp/feature/custom-query-params
Browse files Browse the repository at this point in the history
[SD-264] pass location to customQueryConfig
  • Loading branch information
lambry authored Sep 6, 2024
2 parents d6a8ea7 + 89477e9 commit c3a8876
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 c3a8876

Please sign in to comment.