Draft
Conversation
Add GraphQL-native search integration supporting 8 search backends (Bleve, Elasticsearch, pgvector, Weaviate, Qdrant, Typesense, Algolia, Meilisearch) with full-text search, vector/hybrid search, filtering, sorting, pagination (offset + cursor), faceted search, geo-spatial queries, highlights, fuzzy matching, and field boosting. Includes SDL generation from schema directives, lifecycle management (index creation, population, subscriptions), embedding providers (OpenAI, Ollama), and comprehensive e2e test suites at both unit and full federation composition levels. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
- Prevent Lucene query syntax injection by using simple_query_string - Propagate request context to embedder instead of context.Background() - Return proper error for missing index instead of silent nil - Add max limit enforcement (1000) to prevent excessive result sets - Remove raw input from error messages to avoid log injection - Fix error handling in planner and openai retry logic Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
…lel) Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
…coding - Fix Qdrant Exists filter: wrap is_empty in must_not to correctly match documents where the field EXISTS (was inverted) - Escape SQL LIKE wildcards (% and _) in pgvector prefix filter values to prevent filter bypass - URL-encode Elasticsearch index names in request paths using url.PathEscape(), consistent with other backends Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.