text string string text[]
list of strings [“string one”, “string two”]
I check the doc, text[]
looks like a go format.
Hi @kiancyc - the docs are correct. To set a property as an array of text
, you specify it by setting it as text[]
in the schema.
Please see the datatypes page for available datatypes, and the schema page for how to set the datatype for each property.
Thanks for your reply, it seems work now.