Skip to content

Commit

Permalink
Update to provide titlehighlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jul 1, 2024
1 parent 8a25d45 commit 58859b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyflowlauncher/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ def score_results(
query_search_precision=score_cutoff
)
if match.matched or (match_on_empty_query and not query):
result.TitleHighlightData = match.index_list
result.Score = match.score
yield result

0 comments on commit 58859b7

Please sign in to comment.