@algolia/client-search 4.12.0 → 4.12.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 +2 -2
- package/package.json +4 -4
package/dist/client-search.d.ts
CHANGED
|
@@ -389,7 +389,7 @@ export declare type DeleteByFiltersOptions = {
|
|
|
389
389
|
/**
|
|
390
390
|
* Filter hits by facet value.
|
|
391
391
|
*/
|
|
392
|
-
readonly facetFilters?: string | readonly string[] | ReadonlyArray<readonly string[]>;
|
|
392
|
+
readonly facetFilters?: string | readonly string[] | ReadonlyArray<readonly string[] | string>;
|
|
393
393
|
/**
|
|
394
394
|
* Filter on numeric attributes.
|
|
395
395
|
*/
|
|
@@ -1399,7 +1399,7 @@ export declare type SearchOptions = {
|
|
|
1399
1399
|
/**
|
|
1400
1400
|
* Filter hits by facet value.
|
|
1401
1401
|
*/
|
|
1402
|
-
readonly facetFilters?: string | readonly string[] | ReadonlyArray<readonly string[]>;
|
|
1402
|
+
readonly facetFilters?: string | readonly string[] | ReadonlyArray<readonly string[] | string>;
|
|
1403
1403
|
/**
|
|
1404
1404
|
* Create filters for ranking purposes, where records that match the filter are ranked highest.
|
|
1405
1405
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/client-search",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.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.12.
|
|
20
|
-
"@algolia/requester-common": "4.12.
|
|
21
|
-
"@algolia/transporter": "4.12.
|
|
19
|
+
"@algolia/client-common": "4.12.1",
|
|
20
|
+
"@algolia/requester-common": "4.12.1",
|
|
21
|
+
"@algolia/transporter": "4.12.1"
|
|
22
22
|
}
|
|
23
23
|
}
|