If I want to link to a Views page that has filters
e.g. what-we-do/initiatives?tid=73
Or a faceted search
e.g. search/term?f[0]=type%3Ablog
Or an internal link with Google Analytics tokens
e.g. node/23?__utma=foo
Or anything else with GET parameters / queries
Or use fragments or anchors
e.g. node/23#bar
Then it should be considered valid
And be rendered correctly

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dalin created an issue. See original summary.

dalin’s picture

Title: Internal links with GET parameters (views with filters, faceted search, etc.) should be considered valid » Internal links with GET parameters or anchors should be considered valid
Assigned: dalin » Unassigned
Issue summary: View changes
FileSize
1000 bytes

The validation part is fairly straightforward (see attached patch)
But the rendering part is a big hairy ball of OMGWTFBBQ. Not quite sure where to start with that.

dalin’s picture

FileSize
1000 bytes

Not sure why the first patch had a bunch of colour codes. Retrying.