Skip to content

Commit 764bc1a

Browse files
change key name
1 parent a84034a commit 764bc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const SearchIncrementalCostKey = "_search_incremental_cost_key"
107107
const QueryTypeKey = "_query_type_key"
108108
const FuzzyMatchPhraseKey = "_fuzzy_match_phrase_key"
109109
const IncludeScoreBreakdownKey = "_include_score_breakdown_key"
110-
const IncludePartialMatchKey = "_include_partial_match"
110+
const IncludePartialMatchKey = "_include_partial_match_key"
111111

112112
func RecordSearchCost(ctx context.Context,
113113
msg SearchIncrementalCostCallbackMsg, bytes uint64) {

0 commit comments

Comments
 (0)