Compare commits
1 Commits
v3.2.2
...
597ce8c9cf
Author | SHA1 | Date | |
---|---|---|---|
597ce8c9cf |
@@ -390,6 +390,7 @@ END;
|
||||
return [];
|
||||
}
|
||||
|
||||
ftsQuery = ftsQuery.replaceAll('-', ' ');
|
||||
debugPrint('FTS query: "$ftsQuery"');
|
||||
|
||||
// Execute the FTS query
|
||||
@@ -401,7 +402,6 @@ END;
|
||||
JOIN notes n ON notes_fts.rowid = n.id
|
||||
WHERE notes_fts MATCH ?
|
||||
ORDER BY rank
|
||||
LIMIT 100
|
||||
''',
|
||||
[ftsQuery],
|
||||
);
|
||||
|
Reference in New Issue
Block a user