Accessing string[] Data Type in Typesense Demos
TLDR Vishal inquired about accessing string[] datatype fields in Typesense demos. Jason suggested using console.log, but the issue remains unresolved.
Jun 12, 2023 (3 months ago)
Vishal
02:26 PMJason
04:23 PMconsole.log(data)
you’ll see the variables inside the itemJason
04:23 PM${data.fieldname}
to work on a side note as long as you haven’t excluded that field using exclude_fields
or include_fields
)Vishal
04:23 PMJason
04:24 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Typesense Non-String Field Query Workarounds
Carl seeks advice on querying non-string fields in Typesense. Kishore Nallan suggests using a string version, and Jason proposes the string* data type. Carl is considering these options.

Complex Query System and Collections Schema for Typesense
Orion asks about the grammar for 'filter_by' search parameters and where to find a collections schema. Jason provides the needed documentation and encourages Orion to share back.



Solving Typesense Cloud Interface Issue in Python
Orion had an issue querying from Python in the Typesense Cloud interface. Kishore Nallan identified the problem within the array declaration. They then discussed improving error messages and Orion offered to make a PR.


