-
Notifications
You must be signed in to change notification settings - Fork 2
fix: facet should be lang: instead of language:
#42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 90e64a4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThe changes correct a facet filter key in the Algolia search configuration, updating it from Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Theme
participant Algolia
User->>Theme: Initiate search with language selection
Theme->>Algolia: Send search request with facetFilters: lang:${lang}
Algolia-->>Theme: Return filtered search results
Theme-->>User: Display results
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (4)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes an issue with the facet filter key in the Algolia search configuration by updating it from "language:" to "lang:". It also updates the changeset file to reflect this modification.
- Updated the facet filter key in src/theme.tsx.
- Revised the changeset description to match the fix.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/theme.tsx | Changed facet filter key from "language:" to "lang:" in search config |
| .changeset/icy-sloths-sit.md | Updated changeset description to reflect the fix |
commit: |
Summary by CodeRabbit