Andrew Welch
Andrew Welch
Yes, this is an issue with how Craft handles the parsing; they've fixed it for Craft 3, but I'm not sure if they will backport the fixes to Craft 2.x.
I agree; given the nature of the fix required, it'd be up to P&T to apply the same changes they made to Craft 3 to Craft 2.x. Perhaps file an...
https://github.com/craftcms/cms/issues/1643
Interesting idea. Probably if I implemented something like this, it would be via an additional "tag" field of the like. You could potentially also consolidate some of these redirects by...
Well, the problem is that at least currently, the redirects have no "memory" of whether they were automatically created or not, and what entry they are associated with or not....
Probably a little bit of both :)
Probably you need to use **Entry Redirects URL Match Type** set to Full URL
Right, perhaps that should be set as the default for new redirects that are manually created too?
Ah let me re-open this so I don't miss putting the change in mentioned above.
So I have thought about this for some time; the real issue is that Craft doesn't really have a way to allow you to pick "any element" that I know...