Hey all :wave: using Typesense 0.23.0 , we need a...
# community-help
m
Hey all 👋 using Typesense 0.23.0 , we need an int32 field, but this fields needs to contain numeric values, but could also be empty. When the field is set to auto, it automatically creates a string for my numbers and null. Is there a way to have actually int’s and a null value which are not strings?
j
To be sure, could you post a small snippet showing the collection schema you're using (before indexing any documents), an example document with the issue you're referring to and then what the auto-detected collection schema looks like after you've indexed the document?
m
I will get into this later on and send some examples, still working on quite some migrations 🙂