Commit a978be6
committed
store: Skip null values in fulltext field reconstruction
When inserting rows with fulltext search columns, null source field
values caused "fulltext fields must be strings but got Null" errors.
Filter out null values the same way missing fields are already
filtered, since a null field shouldn't contribute to the fulltext
index.1 parent 314ba71 commit a978be6
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2318 | 2318 | | |
2319 | 2319 | | |
2320 | 2320 | | |
2321 | | - | |
| 2321 | + | |
2322 | 2322 | | |
2323 | 2323 | | |
2324 | 2324 | | |
| |||
2378 | 2378 | | |
2379 | 2379 | | |
2380 | 2380 | | |
| 2381 | + | |
2381 | 2382 | | |
2382 | 2383 | | |
2383 | 2384 | | |
| |||
0 commit comments