Discussing Embedding Field in Nested Data Structures
TLDR Denny having trouble embedding nested fields. Kishore Nallan confirms the current limitation, asks for a Github issue to be created.
Aug 29, 2023 (3 months ago)
Denny
03:16 AM• Name - string
• brand - object {name, slug}
When creating the “embedding” field, I’m unable to add brand.name into the “from” field. Should I just create a new field called “full name” and have it as “<brand> <name>“, then use the “full name” field as the “from” field for embedding?
Kishore Nallan
05:03 AMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Troubleshooting Query Error with Optional Nested Objects
Jordan encountered an error while querying optional nested objects. Jason suggested ensuring at least one document has the field or defining fields explicitly in the schema.
Flattening Project "Members" Nested Fields in JSON for Indexing
Sachin needed help in flattening nested fields for indexing. Jason and CaptainCodeman suggested only searchable items need to be flattened and added to the schema.
Issue with Embedding Error in Version 0.25.0.rc63
Bill reported a bug in version 0.25.0.rc63 regarding a problem with updating or emplacing a document and receiving an embedding error. This was resolved in version 0.25.0.rc65, but further discussion ensued regarding the function of 'index' in the update feature.