Skip to content

Commit ae4dbe6

Browse files
authored
Merge pull request #1 from rebeccaellis/rebeccaellis-patch-search-with-pagination-sample
fix(retail): add region tag for Python - Update search_with_pagination.py
2 parents eb074de + afda83b commit ae4dbe6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/search/search_with_pagination.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# or jump to chosen page using "offset".
1818
#
1919

20+
# [START retail_search_for_products_with_pagination]
21+
2022
import google.auth
2123
from google.cloud.retail import SearchRequest, SearchServiceClient
2224

@@ -71,3 +73,5 @@ def search():
7173

7274

7375
search()
76+
77+
# [END retail_search_for_products_with_pagination]

0 commit comments

Comments
 (0)