The patch applied at #1209490 uses the urldecode() function as opposed to rawurldecode(), which is the preferred one to use. In addition, the strings are encoded via drupal_encode_path(), which uses the corresponding rawurlencode function.

Comments

cpliakas’s picture

Issue tags: +low hanging fruit

Added "low hanging fruit" tag.

cpliakas’s picture

In addition, we should replace drupal_encode_path() with rawurlencode, because we don't need to see decoded slashes in the facet names.

cpliakas’s picture

Status: Active » Fixed

Resolved in commits f3e0dba and eb3dab8.

Automatically closed -- issue fixed for 2 weeks with no activity.