oceanbase / oceanbase/pyseekdb
[Enhancement]: simplify hybrid_search instead of calling get_sql and then execute sql
Open
@daybreakcold is already working on this.
Since Jan 26, 2026.
type: enhancement
vibe coding: easy
- Dominant language
- Python
- Stars
- 62
- Forks
- 35
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 2
Description
Description
In client_base.py::_collection_hybrid_search, it calls DBMS_HYBRID_SEARCH.GET_SQL first to get the sql, and then executes the sql to get the result.
However, we can call DBMS_HYBRID_SEARCH.SEARCH to retrieve the result directly.
For more information, please refer to SEARCH DOC
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.