mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Support OR operations in tagFilters (#41868)
This commit is contained in:
committed by
Wesley Wigham
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: []
|
||||
|
||||
Reference in New Issue
Block a user