diff options
| author | Abdullah Ahmed <abdullah_ahmed@brown.edu> | 2019-10-09 16:10:16 -0400 |
|---|---|---|
| committer | Abdullah Ahmed <abdullah_ahmed@brown.edu> | 2019-10-09 16:10:16 -0400 |
| commit | b2434c6f938bf464c8c18c2e6f9d9c171a1aee7e (patch) | |
| tree | 63844fe1e6a342ba28ebb827287a757d851c8f56 /src/client/util/SearchUtil.ts | |
| parent | c6e2eee8e5b035ed4cab1e7bb1315a36d43255c5 (diff) | |
changed way vectors are processed
Diffstat (limited to 'src/client/util/SearchUtil.ts')
| -rw-r--r-- | src/client/util/SearchUtil.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/SearchUtil.ts b/src/client/util/SearchUtil.ts index d65ec3f40..fb3189069 100644 --- a/src/client/util/SearchUtil.ts +++ b/src/client/util/SearchUtil.ts @@ -127,7 +127,7 @@ export namespace SearchUtil { }); let result: IdSearchResult = JSON.parse(response); const { ids, numFound, highlighting } = result; - console.log(ids.length); + //console.log(ids.length); const docMap = await DocServer.GetRefFields(ids); const docs: Doc[] = []; for (const id of ids) { |
