You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
@@ -1968,6 +1970,25 @@ Considering the query *“javascript framework”*, if you set `minProximity=2`,
1968
1970
1969
1971
**Note:** the maximum `minProximity` that can be set is 7.Any higher value will disable the `proximity` criterion from the ranking formula.
1970
1972
1973
+
#### responseFields
1974
+
1975
+
- scope: `search`, `settings`
1976
+
- type: `array of strings`
1977
+
-default: `*`
1978
+
1979
+
1980
+
Choose which fields the response will contain. Applies to search and browse queries.
1981
+
1982
+
Bydefault, all fields are returned. Ifthis parameter is specified, only the fields explicitly listed will be returned, unless `*` is used, in which case all fields are returned. Specifying an empty list or unknown field names is an error.
1983
+
1984
+
This parameter is mainly intended to limit the response size. For example, for complex queries, echoing of request parameters in the response's `params` field can be undesirable.
1985
+
1986
+
Some fields cannot be filtered out:
1987
+
1988
+
- warning `message`
1989
+
- `cursor` in browse queries
1990
+
- fields triggered explicitly via [getRankingInfo](#getrankinginfo)
0 commit comments