We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69179e6 commit a2f9b65Copy full SHA for a2f9b65
src/plugins/data/common/utils/tap_once.test.ts
src/plugins/data/common/utils/tap_once.ts
src/plugins/data/public/search/expressions/esaggs.ts
@@ -151,8 +151,6 @@ const handleCourierRequest = async ({
151
try {
152
const response = await requestSearchSource.fetch({
153
abortSignal,
154
- // TODO: In order to run expressions outside a session, the session ID should be passed as input
155
- sessionId: getSearchService().session.getSessionId(),
156
});
157
158
request.stats(getResponseInspectorStats(response, searchSource)).ok({ json: response });
0 commit comments