diff --git a/packages/client-search/src/types/SearchOptions.ts b/packages/client-search/src/types/SearchOptions.ts index e2f47a26f..3f9c690af 100644 --- a/packages/client-search/src/types/SearchOptions.ts +++ b/packages/client-search/src/types/SearchOptions.ts @@ -373,4 +373,9 @@ export type SearchOptions = { * Sets the languages to be used by language-specific settings and functionalities such as ignorePlurals, removeStopWords, and CJK word-detection. */ readonly queryLanguages?: readonly string[]; + + /** + * Enriches the API’s response with meta-information as to how the query was processed. + */ + readonly explain?: readonly string[]; };