Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2007 at 09:07 UTC
Updated:
1 May 2008 at 04:13 UTC
Because views filters only support either >= or <= filters on the same field, it is not possible currently to create a filter, for example "Ages between 30-40" as a filter. Views needs an additional filter that allows filtering in a range between two values. See this node for more info: http://drupal.org/node/84592
Comments
Comment #1
mlncn commentedSubscribing.
There's a lot of in-the-works stuff that might address this? AJAX loading of views could do exposed filters the same as regular filters?
http://agaricdesign.com/views-exposed-filters-and-range-filters-problems...
Comment #2
q_man commentedTry the patch at this thread.
http://drupal.org/node/151989
Hopefully it will be included in views core soon...
Comment #3
merlinofchaos commentedViews 2 now has between filters.