Opened 14 years ago
Closed 14 years ago
#1492 closed defect (fixed)
Empty value in multi-value filter doesn't match
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.16 |
Component: | web | Version: | |
Keywords: | Cc: |
Description (last modified by )
This happens for all list pages for all items which have a property that can be null. To test this create, for example, three bio-sources with description, 'a', 'b' and (empty).
Try the following filters:
=
: matches the biosource with the empty description<>
: matches the biosource with non-empty descriptionsa|b|
: matches onle the biosources with 'a' or 'b', but should also match the one with an empty description.
Change History (2)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5356]) Fixes #1492: Empty value in multi-value filter doesn't match