From cca1421d155450afd1c02f16d8ac2b441948c018 Mon Sep 17 00:00:00 2001 From: Daniel Worley Date: Thu, 13 Oct 2022 09:41:11 -0400 Subject: [PATCH] Cleanup --- services/esUrlSvc.js | 2 +- services/searchSvc.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/services/esUrlSvc.js b/services/esUrlSvc.js index b521657..2067155 100644 --- a/services/esUrlSvc.js +++ b/services/esUrlSvc.js @@ -85,7 +85,7 @@ angular.module('o19s.splainer-search') * Builds ES URL of the form [protocol]://[host][:port]/[index]/[type]/[id]/_explain * for an ES document. * - * For newer versions of ES the format is as doc types are deprecated: + * For newer versions of ES the format has changed as doc types are deprecated: * [protocol]://[host][:port]/[index]/_explain/[id] * */ diff --git a/services/searchSvc.js b/services/searchSvc.js index 403ff92..cb9d21e 100644 --- a/services/searchSvc.js +++ b/services/searchSvc.js @@ -1,7 +1,5 @@ 'use strict'; -// const { option } = require('grunt'); - // Executes a generic search and returns // a set of generic documents angular.module('o19s.splainer-search')