By lemmax on
I would like to implement a field (or fields) to store a salary range. I may do this using two CCK fields salary_min and salary_max but if anyone can think of a better solution I'd be interested to know. In some cases, only one of these two values will be known, and sorting in views will be important.
Comments
First of all, you have to
First of all, you have to define how you would like to get them sorted, aggregated or counted, in views, if one of the values is missing.
www.ZuNOB.com
range module
See:
http://drupal.org/sandbox/Taran2L/1848632
http://drupalcode.org/sandbox/Taran2L/1848632.git