Skip to content

Commit 60b37b3

Browse files
committed
Adding label, description and values when query has multiple items
1 parent 11503e9 commit 60b37b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/fuzzyScoring.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ function doScoreItemFuzzyMultiple(
338338
totalFormattedValueMatches.length > 0
339339
? normalizeMatches(totalFormattedValueMatches)
340340
: undefined,
341+
label,
342+
description,
343+
rawValue,
344+
formattedValue,
341345
};
342346
}
343347

0 commit comments

Comments
 (0)