From 89030e34452437771b43873cfae84a8353edaedb Mon Sep 17 00:00:00 2001 From: Tomas Kikutis Date: Thu, 10 Oct 2024 19:33:12 +0200 Subject: [PATCH] add search to elastic endpoints list (#4658) --- scripts/core/helpers/universal-query.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/helpers/universal-query.ts b/scripts/core/helpers/universal-query.ts index 3ffe40c977..95ba1b6986 100644 --- a/scripts/core/helpers/universal-query.ts +++ b/scripts/core/helpers/universal-query.ts @@ -3,6 +3,7 @@ import {IHttpRequestOptionsLocal, ISuperdeskQuery} from 'superdesk-api'; const elasticEndpoints = [ '/archive', + '/search', '/rundowns', '/rundown_items', '/events',