You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
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
In case the display name is absent for entities fallback to name in ES, same as we do for tables
Affected module
Backend
Describe the bug
/aggregate
API does not return all possible suggestions when some text is passed asvalue
fordisplayName.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
Screen.Recording.2024-09-13.at.9.53.23.AM.mov
Version:
openmetadata-ingestion[docker]==XYZ
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: