Skip to content

feat(async search): add export async search docs method - #473

Merged
forshev merged 1 commit into
mainfrom
472-export-async-search-docs
Jul 30, 2026
Merged

feat(async search): add export async search docs method#473
forshev merged 1 commit into
mainfrom
472-export-async-search-docs

Conversation

@forshev

@forshev forshev commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Description

Add a new method to export documents found by async search

Fixes #472


  • 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}}

@codecov-commenter

codecov-commenter commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.14%. Comparing base (38bb573) to head (63c6e94).

Files with missing lines Patch % Lines
proxy/search/async.go 0.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #473      +/-   ##
==========================================
+ Coverage   71.11%   71.14%   +0.03%     
==========================================
  Files         232      232              
  Lines       18426    18466      +40     
==========================================
+ Hits        13103    13138      +35     
- Misses       4341     4345       +4     
- Partials      982      983       +1     

☔ 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 dkharms July 27, 2026 10:54
@eguguchkin eguguchkin added this to the v0.76.0 milestone Jul 27, 2026
Comment thread api/seqproxyapi/v1/seq_proxy_api.proto
Comment thread api/seqproxyapi/v1/seq_proxy_api.proto
Comment thread api/seqproxyapi/v1/seq_proxy_api.proto
Comment thread api/seqproxyapi/v1/seq_proxy_api.proto
@forshev
forshev force-pushed the 472-export-async-search-docs branch from 2d068cb to 63c6e94 Compare July 30, 2026 07:18
@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
Indexer-4 38bb57 251553
686553494.00 B/op 765572502.00 B/op 1.12 🔴

@forshev forshev modified the milestones: v0.76.0, v0.75.0 Jul 30, 2026
@forshev
forshev merged commit 8cf7b08 into main Jul 30, 2026
8 checks passed
@forshev
forshev deleted the 472-export-async-search-docs branch July 30, 2026 07:29
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.

export async search result

5 participants