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?