Skip to content

Commit c137af3

Browse files
authored
fix(retail): add region tag for Python - search product with boost spec (#13492)
* Update search_with_pagination.py * Update search_with_boost_spec.py
1 parent fdcf620 commit c137af3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

retail/interactive-tutorials/search/search_with_boost_spec.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, rerank the
1616
# results boosting or burying the products that match defined condition.
1717
#
18+
# [START retail_search_product_with_boost_spec]
1819

1920
import google.auth
2021
from google.cloud.retail import SearchRequest, SearchServiceClient
@@ -67,3 +68,4 @@ def search():
6768

6869

6970
search()
71+
# [END retail_search_product_with_boost_spec]

0 commit comments

Comments
 (0)