Support OR operations in tagFilters (#41868)

This commit is contained in:
Eyal Hakim 2020-01-27 20:52:24 +02:00 committed by Wesley Wigham
parent 7e04eb1da2
commit 26b896da0d

View File

@ -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: []