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
@@ -1927,6 +1929,25 @@ Considering the query *“javascript framework”*, if you set `minProximity=2`,
1927
1929
1928
1930
**Note:** the maximum `minProximity` that can be set is 7. Any higher value will disable the `proximity` criterion from the ranking formula.
1929
1931
1932
+
#### responseFields
1933
+
1934
+
- scope: `search`, `settings`
1935
+
- type: `array of strings`
1936
+
- default: `*`
1937
+
1938
+
1939
+
Choose which fields the response will contain. Applies to search and browse queries.
1940
+
1941
+
By default, all fields are returned. If this 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.
1942
+
1943
+
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.
1944
+
1945
+
Some fields cannot be filtered out:
1946
+
1947
+
- warning `message`
1948
+
-`cursor` in browse queries
1949
+
- fields triggered explicitly via [getRankingInfo](#getrankinginfo)
0 commit comments