Azure cognitive search (python query format)

Liu, Meg 21 Reputation points
2022-01-18T06:22:04.467+00:00

I try to use the client.search with python. However, when I typed "scoring_statistics="global", the error was "request() got an unexpected keyword argument 'scoring_statistics'". I think I typed as instructed, but what is wrong with it:(

165895-image.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,262 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
707 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,516 Reputation points Microsoft Employee
    2022-01-19T11:19:57.843+00:00

    @Liu, Meg This property was added in Version 11.3.0b5. Using this or a newer version of the SDK should resolve your issue.

    0 comments No comments