#community-help

Resolving NULL Values Issue in Typesense Project

TLDR andy thanked Kishore for helping with their typesense project. They shared a problem regarding NULL values that they resolved. Kishore Nallan suggested marking the field as optional for addressing such issues.

Powered by Struct AI

1

Dec 12, 2022 (10 months ago)
andy
Photo of md5-8f2bc7de8159dde57045bf51154aed5b
andy
06:09 PM
thanks to Kishore for the help this morning. I now have my typesense project importing 2 different files with one ranked higher than the others!

The gotchas today, were, it didnt like values set as NULL, so i removed these from the database and it imported as "value":""
Dec 13, 2022 (10 months ago)
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
02:10 AM
To accept null values, you can mark the field optional in the field schema.

1