Skip to content

Commit

Permalink
[PTRun][WindowWalker]Added score to the results (#35691)
Browse files Browse the repository at this point in the history
Added Score to the results returned by WindowWalker

Co-authored-by: Andrea Bartolucci <[email protected]>
  • Loading branch information
andbartol and andbartol authored Nov 27, 2024
1 parent 084402a commit a90b646
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private static Result CreateResultFromSearchResult(SearchResult searchResult, st
searchResult.Result.SwitchToWindow();
return true;
},
Score = searchResult.Score,

// For debugging you can set the second parameter to true to see more information.
ToolTipData = GetToolTip(searchResult.Result, false),
Expand Down

0 comments on commit a90b646

Please sign in to comment.