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
Comment #1
dave reidThis 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
Comment #1.0
dave reid.
Comment #2
ben.kyriakou commentedAs 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).