Set up a new Redirect with the redirection URL with a directory and excluding a protocol. (e.g. ^https://example.com|example.net/hello)
Conduct a search that includes the matching URL.
Redirect link fails to work, as it's https://example.net%2Fhello/.
I expect it to work exactly as if I used "^https://example.com|https://example.net/hello" as my redirect instead. In essence, treat the URL as "https://example.net/hello".