Describe the bug
The FT.SEARCH and FT.AGGREGATE commands do not index documents with null fields.
For example,
Initialize:
127.0.0.1:6379> JSON.SET j1 . '{"id":null}'
OK
127.0.0.1:6379> JSON.SET j2 . '{"id":1}'
OK
127.0.0.1:6379> FT.CREATE index ON JSON SCHEMA $.id AS id NUMERIC
OK
Describe the bug The FT.SEARCH and FT.AGGREGATE commands do not index documents with null fields.
For example,
Initialize:
Redis:
DragonflyDB: