Skip to content

Commit 1c6555f

Browse files
authored
fix(retail): add region tag for Python - Changed region tag to retail_search_with_boost_spec (#13501)
* Update search_with_pagination.py * Update search_with_boost_spec.py
1 parent c137af3 commit 1c6555f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

retail/interactive-tutorials/search/search_with_boost_spec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Call Retail API to search for a products in a catalog, rerank the
1616
# results boosting or burying the products that match defined condition.
1717
#
18-
# [START retail_search_product_with_boost_spec]
18+
# [START retail_search_with_boost_spec]
1919

2020
import google.auth
2121
from google.cloud.retail import SearchRequest, SearchServiceClient
@@ -68,4 +68,4 @@ def search():
6868

6969

7070
search()
71-
# [END retail_search_product_with_boost_spec]
71+
# [END retail_search_with_boost_spec]

0 commit comments

Comments
 (0)