From 58859b77f7738646ab2d53e1bb0e3c17edc09148 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:58:57 -0400 Subject: [PATCH] Update to provide titlehighlight --- pyflowlauncher/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyflowlauncher/utils.py b/pyflowlauncher/utils.py index 8b3aab3..754b9fe 100644 --- a/pyflowlauncher/utils.py +++ b/pyflowlauncher/utils.py @@ -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