WIP
Run tests / evals (push) Failing after 8m24s
Build database / evals (push) Failing after 8m24s

This commit is contained in:
2026-06-10 12:56:54 +09:00
parent f5bca61839
commit 2c6894aa82
8 changed files with 119 additions and 6 deletions
+1 -3
View File
@@ -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