Commit 89d5dd8
committed
fix(query): load all fields by default in FT.HYBRID post-processing
When no specific return fields are configured, call loadAll() so that
document content is included in the FT.HYBRID response. Without this,
queries return matched document keys but with empty field values.1 parent eceece3 commit 89d5dd8
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
301 | 303 | | |
302 | 304 | | |
303 | 305 | | |
| |||
0 commit comments