We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84034a commit 764bc1aCopy full SHA for 764bc1a
search/util.go
@@ -107,7 +107,7 @@ const SearchIncrementalCostKey = "_search_incremental_cost_key"
107
const QueryTypeKey = "_query_type_key"
108
const FuzzyMatchPhraseKey = "_fuzzy_match_phrase_key"
109
const IncludeScoreBreakdownKey = "_include_score_breakdown_key"
110
-const IncludePartialMatchKey = "_include_partial_match"
+const IncludePartialMatchKey = "_include_partial_match_key"
111
112
func RecordSearchCost(ctx context.Context,
113
msg SearchIncrementalCostCallbackMsg, bytes uint64) {
0 commit comments