Skip to content

Commit cb0f26b

Browse files
committed
chore(focus_match): remove function_score
1 parent 0ed239f commit cb0f26b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

query/view/focus_multi_match.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,5 @@ module.exports = (view_name) => (vs) => {
77
return null;
88
}
99

10-
return {
11-
'function_score': {
12-
'query': peliasQuery.view.leaf.multi_match(view_name)(vs),
13-
'score_mode': 'multiply',
14-
},
15-
};
10+
return peliasQuery.view.leaf.multi_match(view_name)(vs);
1611
};

0 commit comments

Comments
 (0)