Skip to content

Commit 6132cfc

Browse files
authored
chore(retail): add region tag to fix broken 404 (#13371)
replaces #13337
1 parent 83a92b1 commit 6132cfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

retail/interactive-tutorials/search/search_simple_query.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Call Retail API to search for a products in a catalog using only search query.
1616
#
1717

18+
# [START retail_search_simple_query]
1819
import google.auth
1920
from google.cloud.retail import SearchRequest, SearchServiceClient
2021

@@ -58,3 +59,4 @@ def search():
5859

5960

6061
search()
62+
# [END retail_search_simple_query]

0 commit comments

Comments
 (0)