Skip to content

test(vectorstore): add fulltextSearch coverage + hybridSearch filter test - #58

Merged
ferhimedamine merged 1 commit into
mainfrom
test/vectorstore-fulltext-and-filter
Jul 31, 2026
Merged

test(vectorstore): add fulltextSearch coverage + hybridSearch filter test#58
ferhimedamine merged 1 commit into
mainfrom
test/vectorstore-fulltext-and-filter

Conversation

@ferhimedamine

Copy link
Copy Markdown
Contributor

Summary

  • fulltextSearch had zero test coverage despite the mock already being wired in. Adds two tests: basic call + k=10 default.
  • hybridSearch with filter option was untested. Adds one test verifying the filter is forwarded to the client.
  • 54/54 tests pass locally.

Test plan

  • npm test passes (54 tests, 7 suites)
  • New tests: fulltextSearch queries the client and returns Documents, fulltextSearch defaults k to 10, hybridSearch passes filter option to client

🤖 Generated with Claude Code

…test

fulltextSearch had zero test coverage despite the mock being present.
hybridSearch filter forwarding was also untested.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@ferhimedamine ferhimedamine added the auto-merge Auto-merge when CI passes label Jul 31, 2026
@ferhimedamine
ferhimedamine merged commit a9db025 into main Jul 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge Auto-merge when CI passes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant