Skip to content

feat: add organization-level Search API support - #277

Merged
andrii-bodnar merged 1 commit into
masterfrom
feature/issue-273
Sep 1, 2026
Merged

feat: add organization-level Search API support#277
andrii-bodnar merged 1 commit into
masterfrom
feature/issue-273

Conversation

@innomaxx

@innomaxx innomaxx commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Closes #273

Add search() methods for Branches, Directories, Files, Strings, and
Translations that search across multiple projects at once (#273).
Extend StringTranslation with projectId, stringId, and languageId so
search results can be traced back to their project.
@innomaxx innomaxx self-assigned this Sep 1, 2026
@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.90%. Comparing base (1ab4a20) to head (7e0417f).

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #277      +/-   ##
============================================
+ Coverage     93.87%   93.90%   +0.03%     
- Complexity     2062     2073      +11     
============================================
  Files           186      186              
  Lines          5590     5615      +25     
============================================
+ Hits           5247     5272      +25     
  Misses          343      343              

☔ 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.

@andrii-bodnar
andrii-bodnar merged commit 453b263 into master Sep 1, 2026
8 checks passed
@andrii-bodnar
andrii-bodnar deleted the feature/issue-273 branch September 1, 2026 14:11
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 support for organization-level Search API

2 participants