hi,
i did a relaunch of a website and the content team decided to change the structure, some of the titles … and urls.
so lots of dead links out there.
if the title/name of the pages would stay the same, no problem. i could look for pages->get(name=xxx) and throw a redirect to the new structure.
but since titles/names changed i am bit lost here. there isn't a method like: pages->get(name% or *=xxx) right?
the old system was a complete different one. so i cannot work with ids here.