OpenApiFilterService changes explode of OpenApiParameter
Describe the bug When i call OpenApiFilterService.CreateFilteredDocument to filter the OpenApi document, the explode property of operation parameters is set to false.
To Reproduce Just call OpenApiFilterService.CreateFilteredDocument I suspect the problem is here https://github.com/microsoft/OpenAPI.NET/blob/0ec11c156cfd2169f7c0ccdf9720240ba97816dd/src/Microsoft.OpenApi/Services/OperationSearch.cs#L62
Surely it is necessary for Microsoft Graph, but how can i use the functionality without some hacks.
We need to investigate why we are changing the explode value.
@darrelmiller did you had time to investigate the case with the explode property ?