Commit 98f657a
committed
fix(stack): adapt supabase merge test to the removed v3 freeTextSearch tuner
Rebasing onto feat/eql-v3-text-search-schema picks up 8123839, which removed
the vestigial chainable .freeTextSearch(opts) tuner from EncryptedTextSearchColumn
— in v3 the concrete type defines capabilities, so match is always emitted with
the default config.
The mergeDeclaredTables test used tuned match options as the observable proof
that a declared column wins over its synthesized twin. That observable is gone:
declared and synthesized TextSearch columns now build byte-identically. Assert
builder instance identity instead, which proves the same behaviour and is the
only remaining signal. Drop the now-stale "tuner options" clause from the
mergeDeclaredTables doc comment.1 parent dcb3745 commit 98f657a
2 files changed
Lines changed: 13 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 79 | + | |
82 | 80 | | |
83 | 81 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments