fix(sorters): add highlighter to fuzzy_with_index_bias (#2134)
This commit is contained in:
@@ -430,6 +430,7 @@ sorters.fuzzy_with_index_bias = function(opts)
|
|||||||
return math.min(math.pow(entry.index, 0.25), 2) * base_score
|
return math.min(math.pow(entry.index, 0.25), 2) * base_score
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
highlighter = fuzzy_sorter.highlighter,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user