You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on #11420 (comment), we should be setting the Accept header for SearchServiceClient to "application/json;odata.metadata=minimal". I also see in track 1 that document operations for SearchIndexClient set Accept to "application/json;odata.metadata=none". Track 2 code is currently doing neither, but the service seems to default to returning odata.metadata=minimal, based on recorded test documents.
Based on #11420 (comment), we should be setting the Accept header for
SearchServiceClient
to "application/json;odata.metadata=minimal". I also see in track 1 that document operations forSearchIndexClient
set Accept to "application/json;odata.metadata=none". Track 2 code is currently doing neither, but the service seems to default to returning odata.metadata=minimal, based on recorded test documents./cc @brjohnstmsft @tg-msft
The text was updated successfully, but these errors were encountered: