Add TODO for word matching
All checks were successful
Build database / evals (push) Successful in 12m32s
All checks were successful
Build database / evals (push) Successful in 12m32s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user