acs-aem-commons icon indicating copy to clipboard operation
acs-aem-commons copied to clipboard

Redirect Manager : Make "Source" field - Multi Valued

Open thcharan opened this issue 2 years ago • 3 comments

Required Information

THIS IS A FEATURE REQUEST AND NOT AN BUG.

  • [ ] AEM Version, including Service Packs, Cumulative Fix Packs, etc: _latest
  • [ ] ACS AEM Commons Version:_latest
  • [ ] Reproducible on Latest? n/a

Expected Behavior

As an redirect manager tool business user, I should be able to setup multiple pages having the same "Target". In it's current state, I have to setup multiple rules for each "source" to "target". In grand scheme of things, this is not manageable. Often this need arises when business decides to unpublish a bunch of pages across different sections of the sites and just want those to be redirected to a specific given landing page. (often regex based source rules may not always apply in all cases).

example - /abc.html -> /landing-page.html /def.html -> /landing-page.html /xyz.html -> /landing-page.html

Actual Behavior

"Source" field is single valued.

Enhancement - Make "Source" Multi valued.

Steps to Reproduce

provided above

Links

Links to related assets, e.g. content packages containing test components

thcharan avatar Jul 13 '23 16:07 thcharan

@YegorKozlov - fyi

thcharan avatar Jul 13 '23 16:07 thcharan

Regular expression can be used to achive it. from: /(abc|def|xyz) to: /langing-page/

DraikoNick avatar Apr 04 '24 13:04 DraikoNick

Mostly just curious - are users of this typically savvy enough to write regex?

davidjgonzalez avatar Apr 04 '24 13:04 davidjgonzalez