mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Support OR operations in tagFilters (#41868)
This commit is contained in:
parent
7e04eb1da2
commit
26b896da0d
2
types/algoliasearch/index.d.ts
vendored
2
types/algoliasearch/index.d.ts
vendored
@ -1270,7 +1270,7 @@ declare namespace algoliasearch {
|
||||
* Filter the query by a set of tags.
|
||||
* Default: []
|
||||
*/
|
||||
tagFilters?: string[];
|
||||
tagFilters?: (string|string[])[];
|
||||
/**
|
||||
* Filter the query by a set of facets.
|
||||
* Default: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user