mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
update existing call
This commit is contained in:
parent
668bde7f80
commit
073a3737f0
1 changed files with 1 additions and 1 deletions
|
|
@ -697,7 +697,7 @@ impl SqlWriter<'_> {
|
|||
}
|
||||
(!field.config.exclude_from_search).then_some(ord)
|
||||
})
|
||||
.collect_ranges();
|
||||
.collect_ranges(true);
|
||||
if !matched_fields.is_empty() {
|
||||
field_map.push(UnqualifiedSearchContext {
|
||||
ntid: nt.id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue