aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.tsx
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-05-13 21:50:52 -0700
committerAndy Rickert <andrew_rickert@brown.edu>2020-05-13 21:50:52 -0700
commit3b366a85d3544a87174d92657ad684ac46cb6117 (patch)
tree032954a1d0c5e503c50cc39038b461d5a5eb8b1b /src/client/views/search/SearchBox.tsx
parent2cc452ccb09147cd56f19b5ddadd82c3e81a9123 (diff)
bucket ui
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
-rw-r--r--src/client/views/search/SearchBox.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx
index 016ff254b..103e9a298 100644
--- a/src/client/views/search/SearchBox.tsx
+++ b/src/client/views/search/SearchBox.tsx
@@ -554,6 +554,7 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc
bucket.targetDoc = bucket;
bucket._viewType === CollectionViewType.Stacking;
+ bucket.bucketfield = "Default";
bucket.isBucket=true;
@@ -948,6 +949,8 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc
}
//Make id layour document
render() {
+ this.props.Document._gridGap=20;
+ this.props.Document._searchDoc=true;
return (
<div style={{pointerEvents:"all"}}className="searchBox-container">