-
Notifications
You must be signed in to change notification settings - Fork 22
Docs: Search Configuration Settings Doc Addition #458
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
Docs: Search Configuration Settings Doc Addition #458
Conversation
✅ Deploy Preview for docsv1 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 adds a comprehensive documentation guide for Search Configuration Settings in OpenMetadata, explaining how administrators can customize search relevance and behavior. The documentation covers both global search configuration and data asset-specific configurations, including field boosting, term boosting, and ranking mechanisms.
- Added detailed documentation for search configuration settings with practical examples
- Documented both global and data asset level search configurations
- Included best practices for search optimization
Reviewed Changes
Copilot reviewed 2 out of 8 changed files in this pull request and generated 6 comments.
File | Description |
---|---|
content/v1.9.x/how-to-guides/admin-guide/search-configuration-settings.md | Complete documentation for search configuration settings in v1.9.x |
content/v1.10.x-SNAPSHOT/how-to-guides/admin-guide/search-configuration-settings.md | Identical documentation for search configuration settings in v1.10.x |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
{% image | ||
src="/images/v1.9/how-to-guides/admin-guide/global.png" | ||
alt="Global Search Configuration" | ||
caption="Global Search Configuration" | ||
/%} |
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.
The image path references v1.9 but should be verified that this image file actually exists at the specified location. Missing images will result in broken documentation.
{% image | |
src="/images/v1.9/how-to-guides/admin-guide/global.png" | |
alt="Global Search Configuration" | |
caption="Global Search Configuration" | |
/%} | |
<!-- Image removed due to missing file: /images/v1.9/how-to-guides/admin-guide/global.png --> |
Copilot uses AI. Check for mistakes.
`name.keyword` set as **Exact Match** with **weight 20** | ||
|
||
{% image | ||
src="/images/v1.9/how-to-guides/admin-guide/data-asset-level-search.png" |
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.
The image path references v1.9 but should be verified that this image file actually exists at the specified location. Missing images will result in broken documentation.
Copilot uses AI. Check for mistakes.
{% image | ||
src="/images/v1.9/how-to-guides/admin-guide/restore-defaults.png" | ||
alt="Restore Defaults" | ||
caption="Restore Defaults" | ||
/%} |
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.
The image path references v1.9 but should be verified that this image file actually exists at the specified location. Missing images will result in broken documentation.
{% image | |
src="/images/v1.9/how-to-guides/admin-guide/restore-defaults.png" | |
alt="Restore Defaults" | |
caption="Restore Defaults" | |
/%} | |
<!-- Image for "Restore Defaults" was removed due to missing file. --> |
Copilot uses AI. Check for mistakes.
- **Use Case:** Prioritize Tier 1 assets over lower-tiered ones in search results. | ||
|
||
{% image | ||
src="/images/v1.10/how-to-guides/admin-guide/global.png" |
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.
The image path references v1.10 but should be verified that this image file actually exists at the specified location. Missing images will result in broken documentation.
src="/images/v1.10/how-to-guides/admin-guide/global.png" | |
src="/images/v1.10.x-SNAPSHOT/how-to-guides/admin-guide/global.png" |
Copilot uses AI. Check for mistakes.
{% image | ||
src="/images/v1.10/how-to-guides/admin-guide/data-asset-level-search.png" | ||
alt="Data Asset Level Search Configuration" | ||
caption="Data Asset Level Search Configuration" | ||
/%} |
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.
The image path references v1.10 but should be verified that this image file actually exists at the specified location. Missing images will result in broken documentation.
{% image | |
src="/images/v1.10/how-to-guides/admin-guide/data-asset-level-search.png" | |
alt="Data Asset Level Search Configuration" | |
caption="Data Asset Level Search Configuration" | |
/%} | |
<!-- Image removed: data-asset-level-search.png was missing at /images/v1.10/how-to-guides/admin-guide/ --> |
Copilot uses AI. Check for mistakes.
{% image | ||
src="/images/v1.10/how-to-guides/admin-guide/restore-defaults.png" | ||
alt="Restore Defaults" | ||
caption="Restore Defaults" | ||
/%} |
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.
The image path references v1.10 but should be verified that this image file actually exists at the specified location. Missing images will result in broken documentation.
{% image | |
src="/images/v1.10/how-to-guides/admin-guide/restore-defaults.png" | |
alt="Restore Defaults" | |
caption="Restore Defaults" | |
/%} | |
<!-- Image for "Restore Defaults" was removed due to missing file. --> |
Copilot uses AI. Check for mistakes.
I worked on Search Configuration Settings Doc Addition.