Problem/Motivation

We have the following URL in several commercial documents (to show that we are one of the few certified partners in France): https://www.drupal.org/drupal-services?title=&offices[]=FR
Sometimes in documents that we can't edit because they have already been sent to potential customers.

It now redirects to https://new.drupal.org/drupal-services but GET parameters are not converted.

Steps to reproduce

Proposed resolution

It would be great if the offices GET parameter could be converted to field_office_locations_country_code: https://new.drupal.org/drupal-services?field_office_locations_country_co...

Remaining tasks

User interface changes

API changes

Data model changes

Comments

prudloff created an issue.

drumm’s picture

We should shorten the query parameters to match the old site. That may even allow the same URLs to keep working without redirects.

fjgarlin’s picture

Even if we keep the same name, the format is slightly different:
- D7: ?offices[]=FR
- D10: ?offices[FR]=FR

I've done the above change already and it will be deployed today, but note that it's not compatible with the D7 format.
The D7 format won't work on D10.