From 26b896da0d82e0081864fb0df24b62e89cbb75e5 Mon Sep 17 00:00:00 2001 From: Eyal Hakim Date: Mon, 27 Jan 2020 20:52:24 +0200 Subject: [PATCH] Support OR operations in tagFilters (#41868) --- types/algoliasearch/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/algoliasearch/index.d.ts b/types/algoliasearch/index.d.ts index 0e3efbdcda..669a3b8083 100644 --- a/types/algoliasearch/index.d.ts +++ b/types/algoliasearch/index.d.ts @@ -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: []