aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SearchBox.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-12 01:43:03 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-12 01:43:03 -0400
commita225d9f4ee0d44e8cb14f30f27571ec0e846e1e1 (patch)
treea1d2d9b8d3b8c79b67df892f1aa145db2861e69b /src/client/views/SearchBox.tsx
parent1cf69275b509a86697389e1d4abc82492e9cceb5 (diff)
Small search changed
Diffstat (limited to 'src/client/views/SearchBox.tsx')
-rw-r--r--src/client/views/SearchBox.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/SearchBox.tsx b/src/client/views/SearchBox.tsx
index 134201071..6e64e1af1 100644
--- a/src/client/views/SearchBox.tsx
+++ b/src/client/views/SearchBox.tsx
@@ -140,6 +140,9 @@ export class SearchBox extends React.Component {
return Docs.FreeformDocument(docs, { width: 400, height: 400, panX: 175, panY: 175, title: `Search Docs: "${this.searchString}"` });
}
+ // Useful queries:
+ // Delegates of a document: {!join from=id to=proto_i}id:{protoId}
+ // Documents in a collection: {!join from=data_l to=id}id:{collectionProtoId}
render() {
return (
<div>