Edward Sparks
04/26/2022, 8:56 PMTypesense::Error::RequestMalformed (Type of field `exmaple` is invalid.)
I believe that this is because it's an array of arrays but as we are not asking for this to be indexed or faceted, I thought it wouldn't be a problem. We also have an issue with an array of objects... I'm guessing this is the same problem.
Are these data types not accepted at all, or do you think there's an issue with the schema?Jason Bosco
04/26/2022, 8:58 PMEdward Sparks
04/26/2022, 9:00 PMEdward Sparks
04/26/2022, 9:00 PMJason Bosco
04/26/2022, 9:00 PM.*
and type as auto
then yes that would be the issue, since all fields will be indexedJason Bosco
04/26/2022, 9:01 PMindex: false
Jason Bosco
04/26/2022, 9:01 PMEdward Sparks
04/26/2022, 9:12 PMJason Bosco
04/26/2022, 9:13 PM