V8: Enable editing the search results directly from Examine Management #6560
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Prerequisites
Description
This PR enables direct access to the search results in Examine Management simply by clicking the result name. It works like this:
With the upcoming ability to search for GUIDs, this might also come in really handy for Cloud support handling.
It only works for well known entities - for now that's content, media and members.
But wait! Isn't this a security concern?
Well.. no. Anyone having access to Examine Management can see the (raw) values of whatever is found when searching, and they can easily construct the URLs for editing the results by means of these values.
Testing this PR
When testing this PR, verify that you can open content, media and member search results by clicking their names.
Also test that you can open search results in a new tab by Ctrl-clicking their names.
Lastly someone should probably test this using a "configured searcher". Apparently there are none of those by default in vLatest and I have no idea how to add them 🤦♂