diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 22:04:19 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 22:04:19 -0400 |
commit | fac740378a9eeaeb0af4567f6402120aba8bd62e (patch) | |
tree | 2f797d063cd3f4cc9927ab102cf7cbfc7a78bda0 /src/client/documents/DocumentTypes.ts | |
parent | 0a6def774881f8b0c4164b8638e3f266f232ff07 (diff) |
cleaning up .. removing Docs.Create.SearchDocument
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 5ec1cfdb4..b98e4d581 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -22,7 +22,7 @@ export enum DocumentType { RECOMMENDATION = "recommendation", LINKFOLLOW = "linkfollow", PRESELEMENT = "preselement", - QUERY = "search", + QUERY = "query", COLOR = "color", DOCULINK = "doculink", PDFANNO = "pdfanno", |