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 Nicklas Nordborg)

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 descriptions
  • a|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 Nicklas Nordborg, 14 years ago

Description: modified (diff)
Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [5356]) Fixes #1492: Empty value in multi-value filter doesn't match

Note: See TracTickets for help on using tickets.