Skip to content

Commit

Permalink
fix(search): fix search term reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kchung committed Mar 27, 2024
1 parent 88492c7 commit c7c1d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/templates/store/search.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

{# Items options #}
{% set itemsOptions = {
filters: { search: request.query.q },
filters: { search: search_term },
sort: { by: 'score' },
} %}

Expand Down

0 comments on commit c7c1d09

Please sign in to comment.