word_search: add TODO
This commit is contained in:
@@ -43,6 +43,7 @@ Future<List<WordSearchResult>?> searchWordWithDbConnection(
|
||||
);
|
||||
|
||||
if (entryIds.isEmpty) {
|
||||
// TODO: try conjugation search
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user