public virtual Task<SearchResponse> Search(SearchRequest request, ServerCallContext context)
Performs a search.
This feature is only available for users who have Retail Search enabled.
Please submit a form here to contact
cloud sales if you are interested in using Retail Search.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `SearchServiceBase` class is 2.12.0, part of the Google Cloud Retail V2 .NET library, with links available for previous versions down to 1.0.0."],["`SearchServiceBase` serves as the foundation for server-side implementations of the SearchService, inheriting from the base Object class."],["The primary method offered by `SearchServiceBase` is `Search`, which performs a search operation and is accessible to users who have enabled Retail Search."],["The `Search` method requires two parameters: a `SearchRequest` object, which contains client-sent information, and a `ServerCallContext` object, which contains context for the server-side call."],["The `Search` method returns a `Task` that encapsulates a `SearchResponse` object, representing the response to be sent back to the client."]]],[]]