Skip to content

Commit 893ad52

Browse files
rebeccaellisamanda-tarafa
authored andcommitted
Update SearchWithFilteringSample.cs
1 parent 7c2f380 commit 893ad52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorial/RetailSearch.Samples/SearchWithFilteringSample.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, filter the results by different product fields.
16+
// [START retail_search_for_products_with_filtering]
1617

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

101+
// [END retail_search_for_products_with_filtering]
102+
100103
/// <summary>
101104
/// Search with filtering tutorial.
102105
/// </summary>

0 commit comments

Comments
 (0)