Opened 14 years ago

Last modified 14 years ago

#1492 closed defect

Empty value in multi-value filter doesn't match — at Initial Version

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 2.16
Component: web Version:
Keywords: Cc:

Description

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 (0)

Note: See TracTickets for help on using tickets.