Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
exposed filters
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2010 at 17:20 UTC
Updated:
17 Mar 2011 at 16:17 UTC
Comments
Comment #1
cbrookins commentedWhen optional the default should be "(Any)" - and of course that should be able to be changed
Comment #2
quicksketchFlag uses the standard Views "Boolean" indicator, which is responsible for the exposed filter you're seeing. This change should be made in Views.
Comment #3
merlinofchaos commentedThe basic Views boolean filter, when exposed, defaults to whatever the filter is selected as. I just tested this with Node: Sticky to verify.
Comment #4
MickC commentedIs there a way to set default to any?
I notice after changing the filter to then "?flag=All" is added to the URL.
Then I tried adding these characters to the path in the view but ? comes out as %3F and = as %3D.
Is there a way to override the path?
Thanks