Commit c65202b
committed
fix(search): use catalog alias for bm25_search table ref
bm25_search passes its table reference as a string literal to the
server, which now rewrites catalog aliases (e.g. "default") to the
real managed connection name before execution. Use db.default_catalog
as the prefix for both BM25 and vector table refs so both search
types route through the same catalog alias resolution path.1 parent 2cea084 commit c65202b
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
852 | 850 | | |
853 | 851 | | |
854 | 852 | | |
| |||
0 commit comments