Azure Search Service unable to map collection of complex objects
I'm using Azure Search .NET SDK to ingest data from Azure SQL Database. Besides other fields, the database View returns a list of complex objects with the following structure: [ { "AttributeId": 133, "Value": "07.02.2023", "Attribute": [ { "Id": 133,…