Skip to content

Commit 7c2f380

Browse files
rebeccaellisamanda-tarafa
authored andcommitted
Update SearchWithOrderingSample.cs
1 parent 31e0925 commit 7c2f380

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorial/RetailSearch.Samples/SearchWithOrderingSample.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
// Call Retail API to search for a products in a catalog, order the results by different product fields.
16+
// [START retail_search_for_products_with_ordering]
1617

1718
using Google.Cloud.Retail.V2;
1819
using System;
@@ -96,6 +97,8 @@ public IEnumerable<SearchResponse> Search(string projectId)
9697
}
9798
}
9899

100+
// [END retail_search_for_products_with_ordering]
101+
99102
/// <summary>
100103
/// Search with ordering tutorial.
101104
/// </summary>

0 commit comments

Comments
 (0)