Join Slack
Powered by
Instead of using `object` as the data type, you ca...
# community-help
j
Jason Bosco
01/26/2025, 2:44 AM
Instead of using
object
as the data type, you can specify certain subfields to be indexed by using dot notation, and specifying a native data type like
string
or
int32
for them. Eg:
{"name": "address.zip", "type": "string"}
Open in Slack
Previous
Next