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

Search API bugs #17851

Open
aniketkatkar97 opened this issue Sep 16, 2024 · 1 comment
Open

Search API bugs #17851

aniketkatkar97 opened this issue Sep 16, 2024 · 1 comment
Assignees
Labels

Comments

@aniketkatkar97
Copy link
Member

Affected module
Backend

Describe the bug

  1. /aggregate API does not return all possible suggestions when some text is passed as value for displayName.keyword. This is especially when there are capital letters present in the display name.
    example request: /api/v1/search/aggregate?index=database_search_index%2Cdatabase_schema_search_index%2Ctable_search_index%2Cstored_procedure_search_index&field=displayName.keyword&value=.%2ADim.%2A&q=%7B%22query%22%3A%7B%22bool%22%3A%7B%7D%7D%7D
Screen.Recording.2024-09-12.at.10.16.28.PM.mov
  1. There is a mismatch between the index_count and the list of entities for API collections and API endpoints data assets
Screen.Recording.2024-09-13.at.9.53.23.AM.mov
  1. In case the display name is absent for entities fallback to name in ES, same as we do for tables
    image

Version:

  • OS: [e.g. iOS]
  • Python version:
  • OpenMetadata version: [e.g. 0.8]
  • OpenMetadata Ingestion package version: [e.g. openmetadata-ingestion[docker]==XYZ]

Additional context
Add any other context about the problem here.

@harshach
Copy link
Collaborator

2&3 are addressed in this PR #17871

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants