We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e662b8 commit c0a9119Copy full SHA for c0a9119
packages/client-search/src/types/SearchOptions.ts
@@ -375,9 +375,7 @@ export type SearchOptions = {
375
readonly queryLanguages?: readonly string[];
376
377
/**
378
- * Enriches the API’s response with meta-information as to how the query was processed. This attirbute powers the 'Query Alternatives' explanation.
379
- * There is currently no official documentation on the API for this attribute.
380
- * @link RFC: https://docs.google.com/document/d/1Z58mZks5EiF1z0tbswLpKMSw-rRngRpESdBqGoAAzDo
+ * Enriches the API’s response with meta-information as to how the query was processed.
381
*/
382
readonly explain?: readonly string[];
383
};
0 commit comments