mirror of
https://github.com/directus/directus.git
synced 2026-01-23 13:37:58 -05:00
* Fix reversing of _null, _nnull, _empty and _nempty When the value given is false, at the moment both `IS NULL` and `IS NOT NULL` are added to the query which means there are never results. * Update contributors.yml * Add test for applyFilter with boolean operators * Revert unnecessary line break * Create chilled-wolves-double.md --------- Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>