Using Joins Feature in v0.26 with typesense-go
TLDR James inquired about using the joins feature in v0.26 with typesense-go. Kishore Nallan explained that it's not yet supported and suggested using curl or Python client for collection creation.
Sep 22, 2023 (2 months ago)
James
03:55 PMReference
field does not exist on api.CollectionSchema
, and it doesn't appear there is a suitable branch supporting this feature. I'm wondering if I can just load the data without that field and then modify the schema via the dashboard, or does the reference field need to be present when the data is loaded?Kishore Nallan
04:29 PMKishore Nallan
04:30 PMJames
04:32 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Resolving Issues with Scoped API Keys in Typesense with Golang
Suvarna had problems with generating and using scoped API keys in Typesense with Golang. Several bugs misleading the user were found and fixed by Kishore Nallan.
Joining Collections in TypeSense
Ahmed inquired about joining collections in TypeSense, Jesse informed this feature is in beta and will be in the upcoming release.
Updating Collection Schema and Querying Unspecified Fields in Typesense
Stefan asked about updating a collection schema. Kishore Nallan stated it's not currently possible but suggested automatic schema detection in version 0.20. Rishabh sought a workaround and Jason suggested creating a new collection with a new schema and re-indexing the data. Rishabh also asked about defining custom field IDs which Jason confirmed is not possible with Typesense.