diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-03 23:50:22 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-03 23:50:22 -0400 |
| commit | 3bbabb64695650fc632fdf88286094f457adb838 (patch) | |
| tree | 9a5be71c2d518e5404f811cd6f937ff831776c5e /src/client/util/SearchUtil.ts | |
| parent | 17cc7ae30f08e00c10398214070b5664ad221a03 (diff) | |
starting to cleanup search
Diffstat (limited to 'src/client/util/SearchUtil.ts')
| -rw-r--r-- | src/client/util/SearchUtil.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/SearchUtil.ts b/src/client/util/SearchUtil.ts index f54e13197..7b2c601fe 100644 --- a/src/client/util/SearchUtil.ts +++ b/src/client/util/SearchUtil.ts @@ -4,7 +4,6 @@ import { Doc } from '../../fields/Doc'; import { Id } from '../../fields/FieldSymbols'; import { Utils } from '../../Utils'; import { DocumentType } from '../documents/DocumentTypes'; -import { StringMap } from 'libxmljs'; export namespace SearchUtil { export type HighlightingResult = { [id: string]: { [key: string]: string[] } }; |
