Opened 16 years ago

Closed 16 years ago

#1018 closed enhancement (fixed)

Make it possible to filter on null at the same time as a real value

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.7
Component: core Version:
Keywords: Cc:

Description

In the web client it is possible to filter on two values by giving a filter expression like: =A|B It is also possible to filter on null values: =. But is not possible to filter like this: =|B This only matches B, not null. This feature is required to make #1011 fully functional.

Change History (4)

comment:1 by Nicklas Nordborg, 16 years ago

Status: newassigned

comment:2 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4270]) Fixes #1018: Make it possible to filter on null at the same time as a real value

comment:3 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: closedreopened

Hmm... something strange has happened... The code that was checked in is missing some vital changes

comment:4 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: reopenedclosed

(In [4272]) Fixes #1018: Make it possible to filter on null at the same time as a real value

Note: See TracTickets for help on using tickets.