WIP
This commit is contained in:
@@ -211,11 +211,9 @@ Future<List<ScoredEntryId>> _queryEnglish(
|
||||
ORDER BY
|
||||
"score" DESC,
|
||||
"${JMdictTableNames.sense}"."entryId" ASC
|
||||
LIMIT ?
|
||||
OFFSET ?
|
||||
'''
|
||||
.trim(),
|
||||
[word, word, word, '%${word.replaceAll('%', '')}%', pageSize, offset],
|
||||
[word, word, word, '%${word.replaceAll('%', '')}%'],
|
||||
);
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user