Hello , I have a problem with updating schema. ...
# community-help
s
Hello , I have a problem with updating schema. But when I try with nested fields it complains { "message": "Field
fieldA.innerField1.innerfield2
not found." } SO the problem is does typesense support adding new fields for sorting of nested fields ? I have it working when I manually added it to schema and migrated documents to resource collection. my document structure is { fieldA:{ innerField1 : { innerfield2: "some value" } } }