update existing call

This commit is contained in:
llama 2025-05-17 01:42:03 +08:00
parent 668bde7f80
commit 073a3737f0
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

@ -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,