Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Allow to query/filter on null on fields of type ListField
issue: NEXT-29895
author: Kurt Inge Smådal
author_email: [email protected]
author_github: @kurtinge
---
- Changed DAL filtering on ListField with
NULL
value to useIS NULL
on SQL.