mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
fix dupe search with included formatting
https://anki.tenderapp.com/discussions/ankidesktop/41286-2125-doesnt-show-duplicates
This commit is contained in:
parent
4a26e2ba77
commit
3f534b8c86
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ impl SqlWriter<'_> {
|
|||
let csum = field_checksum(text_nohtml.as_ref());
|
||||
write!(
|
||||
self.sql,
|
||||
"(n.mid = {} and n.csum = {} and field_at_index(n.flds, 0) = ?)",
|
||||
"(n.mid = {} and n.csum = {} and n.sfld = ?)",
|
||||
ntid, csum
|
||||
)
|
||||
.unwrap();
|
||||
|
|
Loading…
Reference in a new issue