We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a92b1 commit 9e74b38Copy full SHA for 9e74b38
1 file changed
retail/interactive-tutorials/search/search_simple_query.py
@@ -15,6 +15,7 @@
15
# Call Retail API to search for a products in a catalog using only search query.
16
#
17
18
+# [START retail_search_simple_query]
19
import google.auth
20
from google.cloud.retail import SearchRequest, SearchServiceClient
21
@@ -58,3 +59,4 @@ def search():
58
59
60
61
search()
62
+# [END retail_search_simple_query]
0 commit comments