@algolia/client-search 4.13.0 → 4.13.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
|
@@ -1684,6 +1684,10 @@ export declare type SearchOptions = {
|
|
|
1684
1684
|
* When Dynamic Re-Ranking is enabled, only records that match these filters will be impacted by Dynamic Re-Ranking.
|
|
1685
1685
|
*/
|
|
1686
1686
|
readonly reRankingApplyFilter?: string | readonly string[] | ReadonlyArray<readonly string[] | string> | null;
|
|
1687
|
+
/**
|
|
1688
|
+
* Sets the languages to be used by language-specific settings and functionalities such as ignorePlurals, removeStopWords, and CJK word-detection.
|
|
1689
|
+
*/
|
|
1690
|
+
readonly queryLanguages?: readonly string[];
|
|
1687
1691
|
};
|
|
1688
1692
|
|
|
1689
1693
|
export declare type SearchResponse<TObject = {}> = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/client-search",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.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.13.
|
|
20
|
-
"@algolia/requester-common": "4.13.
|
|
21
|
-
"@algolia/transporter": "4.13.
|
|
19
|
+
"@algolia/client-common": "4.13.1",
|
|
20
|
+
"@algolia/requester-common": "4.13.1",
|
|
21
|
+
"@algolia/transporter": "4.13.1"
|
|
22
22
|
}
|
|
23
23
|
}
|