Skip to content

Commit

Permalink
refactor(query): removed unused boost_exact_matches (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarti authored Oct 21, 2024
1 parent b3262b5 commit 279ca1c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
1 change: 0 additions & 1 deletion query/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ var views = {
admin_multi_match_first: require('./view/admin_multi_match_first'),
admin_multi_match_last: require('./view/admin_multi_match_last'),
phrase_first_tokens_only: require('./view/phrase_first_tokens_only'),
boost_exact_matches: require('./view/boost_exact_matches'),
max_character_count_layer_filter: require('./view/max_character_count_layer_filter'),
focus_point_filter: require('./view/focus_point_distance_filter')
};
Expand Down
1 change: 0 additions & 1 deletion query/autocomplete_defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ module.exports = _.merge({}, peliasQuery.defaults, {
'multi_match:type': 'cross_fields',
'multi_match:ngrams_strict:type': 'phrase',
'multi_match:first_tokens_only:type': 'phrase',
'multi_match:boost_exact_matches:type': 'phrase',

'admin:country_a:analyzer': 'standard',
'admin:country_a:field': 'parent.country_a.ngram',
Expand Down
38 changes: 0 additions & 38 deletions query/view/boost_exact_matches.js

This file was deleted.

0 comments on commit 279ca1c

Please sign in to comment.