aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 247f7fa3e..948433bd1 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -146,7 +146,8 @@ export interface DocumentOptions {
selectedIndex?: number;
syntaxColor?: string; // can be applied to text for syntax highlighting all matches in the text
searchText?: string, //for searchbox
-
+ sq?: string,
+ fq?: string,
}
class EmptyBox {
@@ -459,6 +460,7 @@ export namespace Docs {
}
export function QueryDocument(options: DocumentOptions = {}) {
+ console.log("yuh");
return InstanceFromProto(Prototypes.get(DocumentType.QUERY), "", options);
}