Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 264 Bytes

2023-06-19-allow-query-on-null-for-listfields.md

File metadata and controls

9 lines (9 loc) · 264 Bytes
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: kurt@flowretail.no
author_github: @kurtinge
---

Core

  • Changed DAL filtering on ListField with NULL value to use IS NULL on SQL.