Skip to content
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

feat(search): adjust search config #10774

Merged

Conversation

david-leifker
Copy link
Collaborator

@david-leifker david-leifker commented Jun 25, 2024

  • activate custom search by default
  • adjust ranking for explore
  • adjust tokenization rules
  • search explain endpoint improvements

When searching for terms with select characters for example user_id, do not tokenize the query.
Screenshot 2024-06-25 at 10 31 45 AM

When exploring, active incidents will appear at the top. Ranking now considers populated metadata (tags, terms, owners, description, domains, row/column counts) when using default explore or * searches.

Screenshot 2024-06-25 at 10 29 42 AM

Extended explain endpoints for debugging with a diff between multiple document scores. Document ids are automatically URL encoded as needed.

Screenshot 2024-06-25 at 10 32 37 AM

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions github-actions bot added ingestion PR or Issue related to the ingestion of metadata devops PR or Issue related to DataHub backend & deployment labels Jun 25, 2024
* activate custom search by default
* adjust ranking for explore
* adjust quoted tokenization rules
* extended explain endpoints for debugging
@david-leifker david-leifker merged commit bffcafb into datahub-project:master Jun 25, 2024
39 of 40 checks passed
yoonhyejin pushed a commit that referenced this pull request Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops PR or Issue related to DataHub backend & deployment ingestion PR or Issue related to the ingestion of metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants