Skip to content

fix(retail): add region tag to search_simple_query #13337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions retail/interactive-tutorials/search/search_simple_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# Call Retail API to search for a products in a catalog using only search query.
#

# [START retail_search_simple_query]

import google.auth
from google.cloud.retail import SearchRequest, SearchServiceClient

Expand Down Expand Up @@ -58,3 +60,5 @@ def search():


search()

# [END retail_search_simple_query]