@@ -94,8 +94,7 @@ class SearchRequest(proto.Message):
94
94
The filter syntax consists of an expression language for
95
95
constructing a predicate from one or more fields of the
96
96
products being filtered. Filter expression is
97
- case-sensitive. See more details at this `user
98
- guide </retail/private/docs/filter-and-order#filter>`__.
97
+ case-sensitive.
99
98
100
99
If this field is unrecognizable, an INVALID_ARGUMENT is
101
100
returned.
@@ -117,8 +116,7 @@ class SearchRequest(proto.Message):
117
116
ordered by a field in an
118
117
[Product][google.cloud.retail.v2.Product] object. Leave it
119
118
unset if ordered by relevance. OrderBy expression is
120
- case-sensitive. See more details at this `user
121
- guide </retail/private/docs/filter-and-order#order>`__.
119
+ case-sensitive.
122
120
123
121
If this field is unrecognizable, an INVALID_ARGUMENT is
124
122
returned.
@@ -137,14 +135,12 @@ class SearchRequest(proto.Message):
137
135
[email protected] ) if you are interested in
138
136
using dynamic facet feature.
139
137
boost_spec (google.cloud.retail_v2.types.SearchRequest.BoostSpec):
140
- Boost specification to boost certain products. See more
141
- details at this `user
142
- guide </retail/private/docs/boosting>`__.
138
+ Boost specification to boost certain
139
+ products.
143
140
query_expansion_spec (google.cloud.retail_v2.types.SearchRequest.QueryExpansionSpec):
144
- The query expansion specification that specifies the
145
- conditions under which query expansion will occur. See more
146
- details at this `user
147
- guide </retail/private/docs/result-size#query_expansion>`__.
141
+ The query expansion specification that
142
+ specifies the conditions under which query
143
+ expansion will occur.
148
144
variant_rollup_keys (Sequence[str]):
149
145
The keys to fetch and rollup the matching
150
146
[variant][google.cloud.retail.v2.Product.Type.VARIANT]
0 commit comments