Active
Project:
Path redirect
Version:
6.x-1.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2011 at 21:14 UTC
Updated:
23 Jul 2011 at 21:14 UTC
I am trying to create a redirect to a view that results from checking multiple boxes of an exposed filter.
For example, I want to redirect www.sitename.com/calendar/kids to www.sitename.com/calendar/search?term_node_tid_depth[]=1&term_node_tid_d... (where 1="toddler", 2="preschool," 3="school age," or whatever; this is a calendar view of kids events at our libraries).
When I put this redirect in, what get's saved is www.sitename.com/search?term_node_tid_depth[]=3 (only the last part). Any idea what's going on?