Storing Product Variations in Typesense
TLDR Mjerjawi inquired about storing product variations in Typesense, and Jason responded that Typesense currently does not support nested fields. Mjerjawi thanked him and hoped for future updates.

Dec 12, 2021 (21 months ago)
Mjerjawi
08:32 PM[
{
"name": "some tv",
"brand": "some tv brand",
"category": "televisions",
"variations": {
"size" : 55,
"type" : "LED",
"resolution": "1920x1080"
}
},
{
"name": "some phone",
"brand": "some phone brand",
"category": "smartphones",
"variations": {
"memory" : "8 GB",
"battery" : "5000mah",
"color": "red"
}
},
{
"name": "some keyboard",
"brand": "some keyboard brand",
"category": "keyboards",
"variations": {
"connection" : "USB",
"type" : "gaming",
"features": "backlit"
}
}
]
Jason
08:51 PM
Dec 13, 2021 (21 months ago)
Mjerjawi
04:16 PMJason
04:38 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Troubleshooting Typesense Document Import Error
Christopher had trouble importing 2.1M documents into Typesense due to memory errors. Jason clarified the system requirements, explaining the correlation between RAM and dataset size, and ways to tackle the issue. They both also discussed database-like query options.


Typesense Nested Fields and Sorting Issue
Amrit faced a problem with search response not returning nested objects. Kishore Nallan tried to spot the issue in the schema, but a proper resolution was not reached.
Adding and Storing Object Types in Typesense Collections
Abrar wanted help adding object types to a typesense collection, Sergio suggested flattening the object and Jason provided an approach to flatten objects and informed about upcoming version v0.24.0 with object support.