oceanbase / oceanbase/pyseekdb

[Enhancement]: simplify hybrid_search instead of calling get_sql and then execute sql

Open
#118 3 comments 0 reactions 2 assignees View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.