We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919267d commit bdf251cCopy full SHA for bdf251c
1 file changed
src/ui/search.tsx
@@ -64,7 +64,7 @@ export function Search() {
64
});
65
if (!result) return {};
66
67
- const seen: Record<string, boolean> = {}
+ const seen: Record<string, boolean> = {};
68
result.hits = result.hits.filter(
69
hit => {
70
hit.document.path = hit.document.path.replace("/index#", "#");
0 commit comments