Skip to content

feat: stream search API - #481

Open
forshev wants to merge 5 commits into
mainfrom
476-stream-search-api
Open

feat: stream search API#481
forshev wants to merge 5 commits into
mainfrom
476-stream-search-api

Conversation

@forshev

@forshev forshev commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Description

Add new StreamSearch method. Add new seq-ql pipes: limit, offset, stats, sort.
StreamSearch method calls the old two-phase search implementation.

This is the first part of a new query engine implementation.

Fixes #476


  • I have read and followed all requirements in CONTRIBUTING.md;
  • I used LLM/AI assistance to make this pull request;

If you have used LLM/AI assistance please provide model name and full prompt:

Model: {{model-name}}
Prompt: {{prompt}}

@github-actions

Copy link
Copy Markdown
Contributor

PR Title Validation Failed
Please refer to CONTRIBUTING.md

@forshev forshev changed the title Stream search API feat: stream search API Jul 31, 2026
@codecov-commenter

codecov-commenter commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 71.59091% with 125 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.27%. Comparing base (7cc2790) to head (d7ae318).

Files with missing lines Patch % Lines
proxyapi/grpc_stream_search.go 64.59% 52 Missing and 22 partials ⚠️
parser/seqql_pipes.go 79.00% 19 Missing and 19 partials ⚠️
asyncsearcher/async_searcher.go 0.00% 3 Missing and 1 partial ⚠️
proxyapi/grpc_v1.go 33.33% 2 Missing and 2 partials ⚠️
proxy/search/async.go 0.00% 3 Missing ⚠️
skipmaskmanager/skip_mask_manager.go 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #481      +/-   ##
==========================================
+ Coverage   71.16%   71.27%   +0.10%     
==========================================
  Files         232      233       +1     
  Lines       18466    18894     +428     
==========================================
+ Hits        13141    13466     +325     
- Misses       4343     4405      +62     
- Partials      982     1023      +41     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@eguguchkin
eguguchkin requested review from cheb0 and eguguchkin August 3, 2026 09:51
@eguguchkin eguguchkin added this to the v0.76.0 milestone Aug 3, 2026
@forshev
forshev force-pushed the 476-stream-search-api branch from af962b8 to 6687d0d Compare August 3, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add new query engine grpc API

3 participants