-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.0.0-rc2
Bug summary
There's a few issues with the Examine dashboard. I'm sure some are known since when you click on some things it pops up with TODO, but there are others, here's the list:
- When the
IIndexDiagnosticsreports unhealthy, the dashboard not longer uses theAttempt<string>result to display the unhealthy error message. The string returned from this attempt should be displayed. - When the
IndexDiagnosticsreports unhealthy, the search bar isn't shown. Even though the index reports unhealthy, the search bar should remain visible. There are different reasons for an index to report unhealthy - for example, in ExamineX if there are license issues. - When clicking Rebuild index for Lucene based (default) indexes, the UI responds but the request doesn't really seem to do anything or wait for the index rebuild to actually complete. When clicking Rebuild when using a non Lucene index (i.e. ExamineX) the exact same HTTP request and response is done (the index rebuild does occur), but the UI doesn't respond and is just stuck on:


- When searching and then clicking on the fields button, a blank panel is shown:


- When clicking on the name of the document in search results, it pops up a TODO alert


Specifics
No response
Steps to reproduce
See above.
Expected result / actual result
Should function the same way that the dashboard did in Umbraco 13.
Reactions are currently unavailable