This commit is contained in:
2025-12-03 10:52:19 +01:00
parent c6d1ac7793
commit 4a6da06580
3 changed files with 3 additions and 3 deletions
@@ -157,7 +157,7 @@ export default function sqlGenerator<
.map((f) =>
genObject.join ? `${tableName}.${String(f)}` : `${String(f)}`
)
.join(",")}) AGAINST (?)`
.join(",")}) AGAINST (? IN BOOLEAN MODE)`
: undefined;
const fullTextSearchStr = genObject?.fullTextSearch