feat: proper multi-language stemming

This commit is contained in:
2026-02-11 09:39:30 +01:00
parent e66c64350f
commit 0b5efbb5e1
8 changed files with 337 additions and 73 deletions

View File

@@ -41,7 +41,6 @@ export interface SearchResult {
title: string;
slug: string;
excerpt?: string;
score: number;
}
export interface MediaData {