Skip to content

Commit c47b752

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Java - Update search with filtering (#10128)
* Update SearchWithPagination.java * Update SearchWithFiltering.java * lint --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 1be4fe5 commit c47b752

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/src/main/java/search/SearchWithFiltering.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
package search;
2323

24+
// [START retail_search_for_products_with_filtering]
25+
2426
import com.google.cloud.ServiceOptions;
2527
import com.google.cloud.retail.v2.SearchRequest;
2628
import com.google.cloud.retail.v2.SearchResponse;
@@ -71,3 +73,5 @@ public static void searchResponse(String defaultSearchPlacementName) throws IOEx
7173
}
7274
}
7375
}
76+
77+
// [END retail_search_for_products_with_filtering]

0 commit comments

Comments
 (0)