Closed (outdated)
Project:
Views (for Drupal 7)
Version:
7.x-3.1
Component:
exposed filters
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2012 at 14:21 UTC
Updated:
16 Aug 2017 at 09:15 UTC
Jump to comment: Most recent
Comments
Comment #1
msakurada commentedIDK, but off the top of my head you need to loose the second question mark to properly format a query string. i.e.
?field_test_value=apple&field_test_value=orangeComment #2
netentropy commentedThat was just a typo. But it will not accept two. Thanks though.
Anyone ?
Comment #3
keyswebsites commentedYes, you need to configure a contextual filter to pass arguments to the view through the url, then just separate the values with commas or plus signs. Make sure you add the wild card of /% to the view page's path settings. HTH.
Comment #4
mustanggb commented