Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
1.Created a kafka_topic with name="kt1" and empty description.
2.Searched kafka_topic in typeName , applied filters:
1. Name = kt1
2. Description = (empty Description)
3.The body sent to POST request is :
{"entityFilters":null,"tagFilters":null,"query":null,"excludeDeletedEntities":true,"limit":25,"typeName":"kafka_topic","classification":null}
entityFilters is null , and the Name applied filter was not found in UI or in the request body.The search result was similar to typeName='kafka_topic'.
The same applies to tag filters.
Attachments
Issue Links
- Is contained by
-
ATLAS-1967 Search UI : Render attribute filter based on browser URL
- Resolved