Hi All,

Working with taxonomy paths and having some issues.

this is the pattern I have asked it to follow-

/library?keys=[term:name]&type=1

this is what it is spitting out-

/library%3Fkeys%3Dworkout%26type%3D1

it should look like this-

/library?keys=workout&type=1

any ideas?? i have gone to the settings page and told it not to replace those particular characters

Thanks,
Ben

Comments

Dave Reid’s picture

This wokrs as design. URL aliases do not support query strings, so your pattern in Pathauto is invalid. See #118072: Allow query strings in URL aliases for the core feature request. Also filed a separate feature request for Pathauto validation: #1962402: Add validation if users attempt to use query strings in Pathauto patterns

Dave Reid’s picture

Issue summary: View changes

.

ben.kyriakou’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

As above, unfortunately this is beyond the remit of Pathauto, as Drupal core does not support query strings in URL aliases. Marking as Closed (won't fix).