Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
Following is one of the scenarios where there is issue when navigating. Not sure what other scenarios can also lead to the issue.
1.Created 100 hive_table entities in a database db1.
2. Fired basic query hive_db = db1.
3. In the Tables tab of db1 , all 100 tables were listed.
4.Checked Include historical entities check box. Now , URL changed to
localhost:21000/#!/search/searchResult?guid=8c7549db-c514-419e-bc2c-f3fe9e3c34f6&searchType=relationship&profileDBView=true&includeDE=true
5.Clicked on any of the tables in the result which landed in the detailsPage of the table.
6.Now , when "Back To Results" button is clicked , URL changed to
http://localhost:21000/#!/search/searchResult?guid=8c7549db-c514-419e-bc2c-f3fe9e3c34f6&searchType=relationship&profileDBView=true&includeDE=true
and landed in Atlas home page (ie. Search page) with all search cleared.
7. Fired some basic query and clicked Search . Search was not functioning.
8.Switched from Basic - DSL - Basic . Now fired search again . This time search was working . But Include Historical entities was checked on by default.
9. If Include historical entities was not checked in Tables tab and any entity was selected , this issue was not seen.
Added a screen recording of the scenario explained above.
Attachments
Attachments
Issue Links
- is related to
-
ATLAS-2102 Atlas UI Improvements: Search results page
- Resolved