salbin antony
08/01/2024, 1:16 PMfieldA.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"
}
}
}