Skip to content

Commit

Permalink
Autocomplete suggestion navigation and translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sipkao committed May 15, 2024
1 parent 91b4f60 commit e9c2ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/findify-autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const initFindifyAutocompleteEvents = () => {
} catch (error) {
console.log('error', error);
}
return navigate(e, query, rid);
return navigate(e, suggestion, rid);
};

const initOnSuggestionEvents = () => {
Expand Down
2 changes: 1 addition & 1 deletion snippets/findify-toolbar-desktop.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{ 'findify.search.results_count' | t: count: results_count }}
{% else %}
{% assign term_decoded = terms | url_decode %}
{{ 'results_count_for' | t: count: results_count, term: term_decoded }}
{{ 'findify.search.results_count_for' | t: count: results_count, term: term_decoded }}
{% endif %}
</label>
<div>
Expand Down

0 comments on commit e9c2ea6

Please sign in to comment.