TLDR Vishal inquired about accessing string[] datatype fields in Typesense demos. Jason suggested using console.log, but the issue remains unresolved.
If you `console.log(data)` you’ll see the variables inside the item
(I would expect `${data.fieldname}` to work on a side note as long as you haven’t excluded that field using `exclude_fields` or `include_fields`)
it works for string fields but not for string[]
Hmm, could you try console.log?
Vishal
Mon, 12 Jun 2023 14:26:27 UTCFor the various typesense demos (showcase xkcd, etc), if a datatype field in the schema is string[], does it now work? if so, how can we access it? (eg ${data.fieldname} doesn't work)