Skip to content

Commit a5c9721

Browse files
authored
fix(retail): add region tag for Python - Update search with ordering (#13499)
* Update search_with_pagination.py * Update search_with_ordering.py
1 parent 058014b commit a5c9721

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorials/search/search_with_ordering.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
# Call Retail API to search for a products in a catalog, order the results by different product fields.
1616
#
17+
# [START retail_search_for_products_with_ordering]
1718

1819
import google.auth
1920
from google.cloud.retail import SearchRequest, SearchServiceClient
@@ -59,3 +60,5 @@ def search():
5960

6061

6162
search()
63+
64+
# [END retail_search_for_products_with_ordering]

0 commit comments

Comments
 (0)