@algolia/client-search 4.14.3 → 4.15.0
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
|
@@ -2271,6 +2271,10 @@ export declare type Settings = {
|
|
|
2271
2271
|
* less relevant results.
|
|
2272
2272
|
*/
|
|
2273
2273
|
readonly relevancyStrictness?: number;
|
|
2274
|
+
/**
|
|
2275
|
+
* The search mode that the index will use to query for results.
|
|
2276
|
+
*/
|
|
2277
|
+
readonly mode?: 'neuralSearch' | 'keywordSearch';
|
|
2274
2278
|
/**
|
|
2275
2279
|
* Content defining how the search interface should be rendered.
|
|
2276
2280
|
* This is set via the settings for a default value and can be overridden via rules
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/client-search",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.15.0",
|
|
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.15.0",
|
|
20
|
+
"@algolia/requester-common": "4.15.0",
|
|
21
|
+
"@algolia/transporter": "4.15.0"
|
|
22
22
|
}
|
|
23
23
|
}
|