Commit graph

8 commits

Author SHA1 Message Date
Jack251970
43d3963e3d Make SearchResult readonly and init HighlightData to empty list
Changed SearchResult to a readonly record struct for better immutability and performance. Updated HighlightData to initialize as an empty list using a collection expression instead of null. Retained the default constructor with a clarifying comment.
2026-01-05 09:45:32 +08:00
Jack251970
10f160d9a2 Revert "Remove unnecessary constructor"
This reverts commit 7e9dc18676.
2026-01-05 09:43:48 +08:00
Jack Ye
7e9dc18676
Remove unnecessary constructor
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-03 20:34:51 +08:00
VictoriousRaptor
cfd705ca68 Use Highlight matches from Everything
To solve inaccurate highlight when facing Chinese Pinyin searches
2026-01-02 23:33:45 +08:00
Vic
00e6e5b30d Remove unused using 2023-04-25 21:02:34 +08:00
Jeremy
797464d356 remove unnecessary show Windows index state in context menu option 2022-12-05 07:06:20 +11:00
Hongtao Zhang
000c45bfa8
Refactor Explorer Code to fit the new architecture
1. Rename some method in QueryConstructor.cs by removing prefix and suffix
2. Split the logic of checking '>' to outer SearchManager.cs
3. Use IAsyncEnumerable for potential future improvement.
2022-09-10 10:45:41 -05:00
Hongtao Zhang
6fdff2971c
Merge Explorer & Everything Plugins (Step 1)
1. Shared Interface for Windows Index and Everything Index
2. Settings Merge (Part 1)
3. Include Everything dll
2022-06-25 12:38:50 -05:00