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

Pass typeGUIDs not typeNames to search #7630

Merged
merged 2 commits into from
Apr 26, 2023

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR fixes a problem in the advanced search request of the OpenMetadataStore interface. When a search request was trying to restrict the types of element returned, it takes a list of type names. The repository interface takes type GUIDs. This fix adds the code to the generic handlers to convert the type names to type GUIDs before calling the repository.

Related Issue(s)

None

Testing

FVT plus new postman calls

Release Notes & Documentation

Just a bug fix

Additional notes

@mandy-chessell mandy-chessell merged commit 32c276b into odpi:main Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant