-
Notifications
You must be signed in to change notification settings - Fork 1
Allows Search Result Customization #2
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
base: main
Are you sure you want to change the base?
Conversation
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
User description
Add Search Configuration Options
This PR adds new features to customize the global search functionality in the Knowledge Base panel:
Changes
globallySearchableAttributes()
globalSearchResultTitle()
globalSearchResultDetails()
DocumentationResource
to use these configurations when availableExample Usage
These changes provide greater flexibility for customizing the search experience while following existing patterns in the codebase.
PR Type
Enhancement, Documentation
Description
Added customization options for global search attributes, titles, and details.
Updated
KnowledgeBasePanel
with new methods for search customization.Enhanced
DocumentationResource
to utilize panel search configurations.Expanded documentation to explain search customization features.
Changes walkthrough 📝
KnowledgeBasePanel.php
Add search customization methods and properties
src/Filament/Panels/KnowledgeBasePanel.php
DocumentationResource.php
Integrate panel search customization in DocumentationResource
src/Filament/Resources/DocumentationResource.php
titles, and details.
README.md
Document search customization options for KnowledgeBasePanel
README.md
details.
KnowledgeBasePanel
.