diff --git a/src/routes/Search/Search.js b/src/routes/Search/Search.js index 42fd57294..243dbddd7 100644 --- a/src/routes/Search/Search.js +++ b/src/routes/Search/Search.js @@ -26,7 +26,7 @@ const Search = ({ queryParams }) => { null; }, [search.selected]); const debounceAnanlytics = debounce((query, search) => { - if (query !== null && core.active) { + if (query !== null) { const responses_count = search.catalogs.filter((catalog) => catalog.content.type !== 'Loading').length; core.transport.analytics({ event: 'Search',