You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The destination URL is a bit tricky, since the value stored in the database isn't necessarily the value used when redirecting the user. The redirects package will determine the destination URL at runtime, so for instance if a redirected leads to a page, and that page is renamed or moved, the user will be redirected to the page's new URL, whereas the value in the database will still be the old URL.
But with that being said, making the database value searchable should be doable. For now, I'm marking this with the
type/idea
label.
Which version of Skybrud Redirects are you using? (Please write the exact version, example: 4.0.8)
13.0.4
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.5.3
Question
Can the search be extended to include the DestinationUrl?
The text was updated successfully, but these errors were encountered: