aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-11 01:38:48 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-11 01:38:48 -0400
commita73a72586c72cd620c16dd7bc0baad88c8e49a34 (patch)
treeb5023f9fd8a6b40c192574b04fb7bfd3349df362 /src/client/documents/DocumentTypes.ts
parent9505eda799fdf3b0cd2e6bde2d80c18731caee2c (diff)
switching search around to left-hand side.
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r--src/client/documents/DocumentTypes.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts
index e5d5885cd..7abaa4043 100644
--- a/src/client/documents/DocumentTypes.ts
+++ b/src/client/documents/DocumentTypes.ts
@@ -20,5 +20,6 @@ export enum DocumentType {
DRAGBOX = "dragbox",
PRES = "presentation",
LINKFOLLOW = "linkfollow",
- PRESELEMENT = "preselement"
+ PRESELEMENT = "preselement",
+ QUERY = "search",
} \ No newline at end of file