Add TODO for word matching
All checks were successful
Build database / evals (push) Successful in 12m32s

This commit is contained in:
2026-02-24 15:21:03 +09:00
parent 81db60ccf7
commit 8ae1d882a0

View File

@@ -34,6 +34,10 @@ class WordSearchResult {
/// A class listing the sources used to make up the data for this word search result.
final WordSearchSources sources;
// TODO: Create a list containing pointers to the matched parts of the word (either kanjiInfo, readingInfo, senses),
// as well as spans for the subpart of the string that matched. This will be used for highlighting, and displaying
// alternative kanji/kana forms later on.
const WordSearchResult({
required this.score,
required this.entryId,