Make it possible to search for missing annotations
There is an issue that manifests itself when filtering lists of items based on annotation values. It is easy to search for specific annotation values. But if you enter a filter expression, =
or <>
, an error message is displayed:
InvalidUseOfNullException: Invalid use of null. The 'value' value cannot be set to null.
The reason for this is that the current query API doesn't allow null values when searching for annotations simply because null values are not allowed as annotation values. In the case of filtering, searching for null should find items that has not been annotated with the specified annotation type.
Change History
(4)
Summary: |
Make it possible to search for 'null' values in annotations → Make it possible to search for missing in annotation
|
Owner: |
changed from everyone to Nicklas Nordborg
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Summary: |
Make it possible to search for missing in annotation → Make it possible to search for missing annotations
|
(In [4252]) Fixes #1006: Make it possible to search for missing annotations