We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c137af3 commit 1c6555fCopy full SHA for 1c6555f
retail/interactive-tutorials/search/search_with_boost_spec.py
@@ -15,7 +15,7 @@
15
# Call Retail API to search for a products in a catalog, rerank the
16
# results boosting or burying the products that match defined condition.
17
#
18
-# [START retail_search_product_with_boost_spec]
+# [START retail_search_with_boost_spec]
19
20
import google.auth
21
from google.cloud.retail import SearchRequest, SearchServiceClient
@@ -68,4 +68,4 @@ def search():
68
69
70
search()
71
-# [END retail_search_product_with_boost_spec]
+# [END retail_search_with_boost_spec]
0 commit comments