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
Copy file name to clipboardExpand all lines: packages/client-search/src/searchClient.ts
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1792,9 +1792,13 @@ export function createSearchClient({
1792
1792
* - settings
1793
1793
* @param getSettings - The getSettings object.
1794
1794
* @param getSettings.indexName - Name of the index on which to perform the operation.
1795
+
* @param getSettings.getVersion - When set to 2, the endpoint will not include `synonyms` in the response. This parameter is here for backward compatibility.
1795
1796
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
0 commit comments