@@ -548,8 +548,7 @@ message SearchRequest {
548
548
549
549
// The filter syntax consists of an expression language for constructing a
550
550
// predicate from one or more fields of the products being filtered. Filter
551
- // expression is case-sensitive. See more details at this [user
552
- // guide](/retail/private/docs/filter-and-order#filter).
551
+ // expression is case-sensitive.
553
552
//
554
553
// If this field is unrecognizable, an INVALID_ARGUMENT is returned.
555
554
string filter = 10 ;
@@ -567,9 +566,7 @@ message SearchRequest {
567
566
568
567
// The order in which products are returned. Products can be ordered by
569
568
// a field in an [Product][google.cloud.retail.v2beta.Product] object. Leave
570
- // it unset if ordered by relevance. OrderBy expression is case-sensitive. See
571
- // more details at this [user
572
- // guide](/retail/private/docs/filter-and-order#order).
569
+ // it unset if ordered by relevance. OrderBy expression is case-sensitive.
573
570
//
574
571
// If this field is unrecognizable, an INVALID_ARGUMENT is returned.
575
572
string order_by = 11 ;
@@ -588,13 +585,11 @@ message SearchRequest {
588
585
// facet feature.
589
586
DynamicFacetSpec dynamic_facet_spec = 21 ;
590
587
591
- // Boost specification to boost certain products. See more details at this
592
- // [user guide](/retail/private/docs/boosting).
588
+ // Boost specification to boost certain products.
593
589
BoostSpec boost_spec = 13 ;
594
590
595
591
// The query expansion specification that specifies the conditions under which
596
- // query expansion will occur. See more details at this [user
597
- // guide](/retail/private/docs/result-size#query_expansion).
592
+ // query expansion will occur.
598
593
QueryExpansionSpec query_expansion_spec = 14 ;
599
594
600
595
// The keys to fetch and rollup the matching
0 commit comments