Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.8.1, 1.0.0
-
None
Description
1. Created 300 hive_tables.
2. On Basic Search in UI , fired search typename= hive_table
3. hive_table results were fetched across 12 pages - 25 entities in each page - which is the correct behavior.
4.On Advanced Search in UI , fired search typename = hive_table
- In the 1st page , 1- 25 results were shown.
- On clicking next , in the 2nd page , 26 - 50 results were shown
- On clicking next , Expected to land in 3rd page with 51 - 75 results , but , 26-50 results were loaded again and the Next Button was disabled.
Calls made to the Atlas backend seem to be correct. On clicking "Next" each time , correct set of results were fetched. For example , call was made to fetch entities from offset 50 , limit = 25 , but the UI still showed 26-50 results and disabled "Next" button.
Attachments
Attachments
Issue Links
- links to