As part of a port of a non-Drupal site to Drupal, I need to map a url query string to filters.
For example, if I have this query string and slect filter selected on Site A (Non-Drupal)
Site A
Value 1 | Value 1
Value 2 | Value 2
Value 3 | Value 3
www.sitea.com/?value=value%1
Site B:
Value 1 |1
Value 2 |2
Value 3 |3
www.sitea.com/?value=1
Site A cannot be edited. Is it possible to either edit the values in Site B to match that of site A (within views only, not actual field data) or map the query string, so that Views will see “www.sitea.com/?value=value%1” and display “www.sitea.com/?value=1”
I know I can change the Filter identifier (i.e. ?value) on the filter settings tab but how can I changed the values themselves?
In reality, they are far more complex than this so I’d like to avoid HTACESS.
Sponsored by SupremePR