@algolia/client-search 4.14.1 → 4.14.3
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 +5 -1
- package/package.json +4 -4
package/dist/client-search.d.ts
CHANGED
|
@@ -1606,7 +1606,7 @@ export declare type SearchOptions = {
|
|
|
1606
1606
|
*/
|
|
1607
1607
|
readonly aroundLatLngViaIP?: boolean;
|
|
1608
1608
|
/**
|
|
1609
|
-
*
|
|
1609
|
+
* Define the maximum radius for a geo search (in meters).
|
|
1610
1610
|
*/
|
|
1611
1611
|
readonly aroundRadius?: number | 'all';
|
|
1612
1612
|
/**
|
|
@@ -1820,6 +1820,10 @@ export declare type SearchResponse<TObject = {}> = {
|
|
|
1820
1820
|
* Index name used for the query. In case of AB test, the index targetted isn’t always the index used by the query.
|
|
1821
1821
|
*/
|
|
1822
1822
|
indexUsed?: string;
|
|
1823
|
+
/**
|
|
1824
|
+
* If a search encounters an index that is being A/B tested, abTestID reports the ongoing A/B test ID.
|
|
1825
|
+
*/
|
|
1826
|
+
abTestID?: number;
|
|
1823
1827
|
/**
|
|
1824
1828
|
* In case of AB test, reports the variant ID used. The variant ID is the position in the array of variants (starting at 1).
|
|
1825
1829
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/client-search",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.3",
|
|
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.3",
|
|
20
|
+
"@algolia/requester-common": "4.14.3",
|
|
21
|
+
"@algolia/transporter": "4.14.3"
|
|
22
22
|
}
|
|
23
23
|
}
|