Closed (fixed)
Project:
Measured Value Field
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2009 at 22:00 UTC
Updated:
18 Feb 2010 at 23:20 UTC
I'm looking for a function that is capable of the following function:
if a user enters 20 in field_value_minimum and 25 in field_value_maximum, the computed field would be populated with the values "20,21,22,23,24,25".
The node should become searchable now with terms of 20,21,22,23,24,25.
Is this module capable of doing such?
Thanks.
Comments
Comment #1
crea commentedIn your scenario node will be searchable with "in between" set to "> 19" and "< 26". It won't be searchable with 21 if you use "EQUALS" operator, simply because 21 doesn't equal 20. To be searchable with 21 new Views handler operator will be required. I may implement it later.
Comment #2
crea commentedHmm, that makes very nice feature request.
Comment #3
crea commentedAny ideas how to name it ? There's "in between" but it does opposite job.
Comment #4
held69 commentedThere should be something for it to call :), as long as your accompanied with a clear description.
Any ideas of when your module will be ready for productions sites/ final port to D6?
Thanks
Comment #5
crea commentedWell, it should be ready now. Since this is fork of Money CCK, there should not be many bugs brought.
I have made it for my own project so you can be sure I will fix any bugs reported asap. So the more people start using it the faster remaining bugs will be revealed. And as with any software, there are always bugs, and that is ok even for stable software. In Drupal world it is generally ok to run betas :)
Comment #6
held69 commentedJust tested, the overlap function in views should do the trick.
It would be used to search in age range.
Thanks for you info
Comment #7
crea commentedYes, basically it's same as "overlaps". I thought to suggest it, but wasn't sure it works for single value search.
Comment #8
crea commentedHope that worked for you! Please reopen if not.
Comment #9
held69 commentedYes it totally did.
Thanks