@algolia/client-search 4.14.0 → 4.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client-search.d.ts +4 -0
- package/package.json +4 -4
package/dist/client-search.d.ts
CHANGED
|
@@ -1688,6 +1688,10 @@ export declare type SearchOptions = {
|
|
|
1688
1688
|
* Sets the languages to be used by language-specific settings and functionalities such as ignorePlurals, removeStopWords, and CJK word-detection.
|
|
1689
1689
|
*/
|
|
1690
1690
|
readonly queryLanguages?: readonly string[];
|
|
1691
|
+
/**
|
|
1692
|
+
* Enriches the API’s response with meta-information as to how the query was processed.
|
|
1693
|
+
*/
|
|
1694
|
+
readonly explain?: readonly string[];
|
|
1691
1695
|
};
|
|
1692
1696
|
|
|
1693
1697
|
export declare type SearchResponse<TObject = {}> = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/client-search",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@algolia/client-common": "4.14.
|
|
20
|
-
"@algolia/requester-common": "4.14.
|
|
21
|
-
"@algolia/transporter": "4.14.
|
|
19
|
+
"@algolia/client-common": "4.14.1",
|
|
20
|
+
"@algolia/requester-common": "4.14.1",
|
|
21
|
+
"@algolia/transporter": "4.14.1"
|
|
22
22
|
}
|
|
23
23
|
}
|