Feature #6180
closedSearchable custom fields do not provide adequate operators
0%
Description
Using an integer custom field (called Affected revision, searchable) as a filter in the issues list should provide me with integer operators such as =, !=, >, <, >=, <=, ...
Instead, I am provided with string comparison operators which does not make much sense. It would also be interesting to be able to use range operator to determine a range of values. This is certainly required for both float and integer custom fields.
Installation details:
Database version - MySQL 5.1.49
Ruby version - ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux]
Rails version - 2.3.5
Redmine version - SVN revision 4010
Files
Related issues
Updated by Tom Rochette over 14 years ago
Here included is an example of a fix for the integer values. This is by no mean complete but it seems to fix the displaying and filtering using correct operators.
Updated by Etienne Massip over 13 years ago
- Target version set to Candidate for next major release
Updated by Jean-Philippe Lang over 13 years ago
- Target version changed from Candidate for next major release to 1.3.0
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
- Resolution set to Fixed