I have a custom field with multiples values and a view filter with range "is between".
When the user select a range that include the next value the result show duplicates.
For example: the integer field have two values (100, 200) and the user put in the exposed filter (100, 300).
Is possible limit the filter only to the first value?
Comments
Comment #1
merlinofchaos commentedThat is completely up to the module that provides the field.
Comment #2
markus_petrux commentedFields implement their own views integration, so... @RAFA3L, what do you mean by "custom field"?
Comment #3
RAFA3L commentedAn integer field with unlimited values.