@@ -431,9 +431,9 @@ message SearchRequest {
431
431
// [Condition.DISABLED][google.cloud.retail.v2alpha.SearchRequest.QueryExpansionSpec.Condition.DISABLED].
432
432
Condition condition = 1 ;
433
433
434
- // Whether to pin unexpanded results. If this field is set to true,
435
- // unexpanded products are always at the top of the search results, followed
436
- // by the expanded results.
434
+ // Whether to pin unexpanded results. The default value is false. If this
435
+ // field is set to true, unexpanded products are always at the top of the
436
+ // search results, followed by the expanded results.
437
437
bool pin_unexpanded_results = 2 ;
438
438
}
439
439
@@ -832,6 +832,9 @@ message SearchRequest {
832
832
// INVALID_ARGUMENT error is returned.
833
833
repeated string variant_rollup_keys = 17 ;
834
834
835
+ // Optional. An ID for the experiment group this search belongs to.
836
+ string experiment_id = 18 [(google.api.field_behavior ) = OPTIONAL ];
837
+
835
838
// The categories associated with a category page. Must be set for category
836
839
// navigation queries to achieve good search quality. The format should be
837
840
// the same as
@@ -927,7 +930,7 @@ message SearchRequest {
927
930
// search results.
928
931
// * Populate at most 100 key-value pairs per query.
929
932
// * Only supports string keys and repeated string values.
930
- // * Duplcate keys are not allowed within a single query.
933
+ // * Duplicate keys are not allowed within a single query.
931
934
//
932
935
// Example:
933
936
// user_attributes: [
0 commit comments