@algolia/client-search 4.16.0 → 4.17.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 -1
- package/package.json +4 -4
package/dist/client-search.d.ts
CHANGED
|
@@ -2314,7 +2314,10 @@ export declare type Settings = {
|
|
|
2314
2314
|
* These settings are only used when the mode is set to 'neuralSearch'.
|
|
2315
2315
|
*/
|
|
2316
2316
|
readonly semanticSearch?: {
|
|
2317
|
-
|
|
2317
|
+
/**
|
|
2318
|
+
* When null, the current index / replica group will be used as the event source.
|
|
2319
|
+
*/
|
|
2320
|
+
readonly eventSources?: readonly string[] | null;
|
|
2318
2321
|
};
|
|
2319
2322
|
/**
|
|
2320
2323
|
* Content defining how the search interface should be rendered.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/client-search",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.17.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.
|
|
20
|
-
"@algolia/requester-common": "4.
|
|
21
|
-
"@algolia/transporter": "4.
|
|
19
|
+
"@algolia/client-common": "4.17.1",
|
|
20
|
+
"@algolia/requester-common": "4.17.1",
|
|
21
|
+
"@algolia/transporter": "4.17.1"
|
|
22
22
|
}
|
|
23
23
|
}
|