public virtual Task<SearchResponse> Search(SearchRequest request, ServerCallContext context)
Performs a search.
This feature is only available for users who have Retail Search enabled.
Contact Retail Support (retail-search-support@google.com) 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 available for `SearchServiceBase` is 2.12.0, with numerous prior versions also accessible, dating back to 1.0.0."],["`SearchServiceBase` is a base class for server-side implementations of the `SearchService` within the `Google.Cloud.Retail.V2` namespace."],["The primary method available in `SearchServiceBase` is `Search`, which performs a search function, requiring a `SearchRequest` and a `ServerCallContext` as parameters."],["The `Search` method is only available to users who have Retail Search enabled and returns a `SearchResponse` wrapped in a `Task` object."]]],[]]