word_search: add TODO

This commit is contained in:
2025-06-24 23:04:47 +02:00
parent c7134f0d06
commit 54705c3c10

View File

@@ -43,6 +43,7 @@ Future<List<WordSearchResult>?> searchWordWithDbConnection(
);
if (entryIds.isEmpty) {
// TODO: try conjugation search
return [];
}