Follow-up from review of PR #1052.
Summary
Add OceanBase-focused coverage for search behavior when query embeddings cannot be generated and the search path must fall back to text retrieval.
Suggested coverage
- retrieval_mode=auto with no query embedding and a text query.
- retrieval_mode=fts, retrieval_mode=vector, and retrieval_mode=hybrid behavior when vectors are unavailable.
- Threshold and filter behavior for the fallback path.
Acceptance criteria
- The fallback behavior is covered by either a lightweight OceanBase-like unit test or a real backend integration test.
- Vector-only backends still return no false-positive results when vectors are unavailable.
Follow-up from review of PR #1052.
Summary
Add OceanBase-focused coverage for search behavior when query embeddings cannot be generated and the search path must fall back to text retrieval.
Suggested coverage
Acceptance criteria