Stpete111
Stpete111

Reputation: 3457

Azure Search - query within a specific field using the .Net SDK

We are attempting to build our API for our Azure Search index using the .Net SDK for Azure Search. We are trying to write the equivalent code for the searchFields parameter of the query found in the Rest API syntax for Azure Search (found via this thread: Azure Search; Search inside a specific field)

After lengthy research, there doesn't seem to be any such equivalent to use in the .Net SDK when we want to query on a specific field of our Azure Search index. Could this possibly be the case?

Upvotes: 1

Views: 92

Answers (1)

Bruce Johnston
Bruce Johnston

Reputation: 8634

I believe you're looking for this.

Upvotes: 2

Related Questions