diff options
author | Andy Rickert <andrew_rickert@brown.edu> | 2020-04-28 02:02:40 -0700 |
---|---|---|
committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-04-28 02:02:40 -0700 |
commit | e4b7b54eecc307ec52f6105f92c3d87449458641 (patch) | |
tree | 74c2580cc8e02d1b5017ff99244e08b18a66ae12 /src/client/documents/DocumentTypes.ts | |
parent | 15ee40ea8da5140ba5db62185b4a26d36bf6255e (diff) |
nested collection view now in search box, search item doc type cast over stacking view, but with bugs
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 3c34ff1c8..36d3e1c52 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -31,6 +31,7 @@ export enum DocumentType { COLOR = "color", // color picker (view of a color picker for a color string) YOUTUBE = "youtube", // youtube directory (view of you tube search results) DOCHOLDER = "docholder", // nested document (view of a document) + SEARCHITEM= "searchitem", LINKDB = "linkdb", // database of links ??? why do we have this RECOMMENDATION = "recommendation", // view of a recommendation |