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
When trying to search for assets based on a value of a custom property, if the search is done with uppercase letters, nothing is found, however, If you search the same value as LowerCase the advanced search works correctly
To Reproduce
Have a custom property with the value starting with an uppercase letter
Try searching for the asset by the value of the custom property using advanced search
The result should be this (Nothing found)
Expected behavior
It was supposed to have found the asset that has this value in the custom property "govDominio"
Affected module
Advanced Search - Custom properties
Describe the bug
When trying to search for assets based on a value of a custom property, if the search is done with uppercase letters, nothing is found, however, If you search the same value as LowerCase the advanced search works correctly
To Reproduce
Have a custom property with the value starting with an uppercase letter
Try searching for the asset by the value of the custom property using advanced search
The result should be this (Nothing found)
Expected behavior
It was supposed to have found the asset that has this value in the custom property "govDominio"
Version:
openmetadata-ingestion[docker]==XYZ
]Additional context
Searching everything lowercase works correctly, so the root of the problem may involve string manipulation
Other related issues
It also doesn't work very well if the value is made up of two words due to the space between them
The character "-" in place of the space also has the same result (not found)
It is probably not limited to just these cases
The text was updated successfully, but these errors were encountered: